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
7780bfbb
Commit
7780bfbb
authored
Jul 04, 2016
by
Martin Clochard
Committed by
Guillaume Melquiond
Jul 05, 2016
Browse files
inline_trivial: terms containing epsilons are non-trivial
parent
28854bb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/transform/inlining.ml
View file @
7780bfbb
...
...
@@ -104,6 +104,7 @@ let trivial tl =
let
add
vs
t
=
match
t
.
t_node
with
|
Tvar
v
when
Mvs
.
mem
v
vs
->
raise
Util
.
FoldSkip
|
Tvar
v
->
Svs
.
add
v
vs
|
Teps
_
->
raise
Util
.
FoldSkip
|
_
when
t_closed
t
->
vs
|
_
->
raise
Util
.
FoldSkip
in
...
...
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