Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Why3
why3
Commits
8063a44e
Commit
8063a44e
authored
Dec 13, 2017
by
Andrei Paskevich
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ind_itp: suppress warning
parent
e93941ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transform/ind_itp.ml
src/transform/ind_itp.ml
+1
-1
No files found.
src/transform/ind_itp.ml
View file @
8063a44e
...
...
@@ -173,7 +173,7 @@ let revert_tr_symbol symbol_list =
|
[]
->
(
pr_acc
,
ls_acc
)
|
Tsprsymbol
pr
::
tl
->
convert_list
(
pr
::
pr_acc
)
ls_acc
tl
|
Tslsymbol
ls
::
tl
->
convert_list
pr_acc
(
ls
::
ls_acc
)
tl
|
Tstysymbol
_
::
tl
->
|
Tstysymbol
_
::
_
tl
->
raise
(
Arg_trans
"Tysymbol should not appear here. Please report"
)
in
let
(
prlist
,
lslist
)
=
convert_list
[]
[]
symbol_list
in
...
...
DAILLER Sylvain
@sdailler
mentioned in commit
b4c37450
·
Jan 08, 2018
mentioned in commit
b4c37450
mentioned in commit b4c374506755c33576fac51a2e73ff95202f78aa
Toggle commit 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