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
61987f02
Commit
61987f02
authored
Dec 10, 2015
by
Martin Clochard
Browse files
byso: refonte de split (match reste a faire)
parent
a4aad230
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
src/parser/typing.ml
View file @
61987f02
...
...
@@ -324,7 +324,7 @@ let rec dterm uc gvars denv {term_desc = desc; term_loc = loc} =
|
Ptree
.
Timplies
->
k
DTimplies
|
Ptree
.
Tiff
->
k
DTiff
|
Ptree
.
Tby
->
DTbinop
(
DTimplies
,
et
()
,
e1
)
|
Ptree
.
Tso
->
DTbinop
(
DTand
,
e1
,
et
()
)
|
Ptree
.
Tso
->
DTbinop
(
DTand
,
e1
,
et
()
)
end
|
Ptree
.
Tquant
(
q
,
uqu
,
trl
,
e1
)
->
let
qvl
=
List
.
map
(
quant_var
uc
)
uqu
in
...
...
src/transform/split_goal.ml
View file @
61987f02
This diff is collapsed.
Click to expand it.
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