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
56642735
Commit
56642735
authored
May 13, 2013
by
Jean-Christophe Filliâtre
Browse files
fixed shape of a negation
parent
e417039f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/session/termcode.ml
View file @
56642735
...
...
@@ -185,7 +185,7 @@ let rec t_shape ~version ~(push:string->'a->'a) c m (acc:'a) t : 'a =
fn
(
push
tag_let
(
t_shape
~
version
~
push
c
m
acc
t2
))
t1
|
_
->
assert
false
end
|
Tnot
f
->
push
tag_not
(
fn
acc
f
)
|
Tnot
f
->
fn
(
push
tag_not
acc
)
f
|
Ttrue
->
push
tag_true
acc
|
Tfalse
->
push
tag_false
acc
...
...
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