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
1fc10719
Commit
1fc10719
authored
May 24, 2017
by
MARCHE Claude
Browse files
Merge branch 'itp' of
git+ssh://scm.gforge.inria.fr/git/why3/why3
into itp
parents
091d0cb2
c4e6a041
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/parser/parser.mly
View file @
1fc10719
...
...
@@ -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 @
1fc10719
...
...
@@ -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