Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
c4e6a041
Commit
c4e6a041
authored
May 24, 2017
by
Sylvain Dailler
Browse files
remove_list: removed square bracket
parent
83cbbdb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/parser/parser.mly
View file @
c4e6a041
...
...
@@ -1065,7 +1065,7 @@ sident:
(* Parsing of a list *)
ident_comma_list
:
|
LEFTSQ
comma_list1
(
ident
)
RIGHTSQ
EOF
{
$
2
}
|
comma_list1
(
ident
)
EOF
{
$
1
}
(* Labels and position markers *)
...
...
src/transform/case.ml
View file @
c4e6a041
...
...
@@ -721,7 +721,7 @@ let () = wrap_and_register
(
Tprsymbol
Ttrans
)
remove
let
()
=
wrap_and_register
~
desc
:
"remove_list <prop list>: removes a list of hypothesis when given their names. Example syntax: remove_list
[
a,b,c
] .
"
~
desc
:
"remove_list <prop list>: removes a list of hypothesis when given their names. Example syntax: remove_list a,b,c
"
"remove_list"
(
Tprlist
Ttrans
)
remove_list
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment