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
d8ab246a
Commit
d8ab246a
authored
Mar 05, 2015
by
Martin Clochard
Browse files
eval_match: definitions containing epsilon terms are not inlined anymore
parent
800e295e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/transform/eval_match.ml
View file @
d8ab246a
...
...
@@ -148,7 +148,7 @@ let eval_match ~inline kn t =
let
rec
linear
vars
t
=
match
t
.
t_node
with
|
Tvar
x
->
Svs
.
add_new
Exit
x
vars
|
Tif
_
->
raise
Exit
|
Tif
_
|
Teps
_
->
raise
Exit
|
_
->
t_fold
linear
vars
t
let
linear
t
=
...
...
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