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
73c352e9
Commit
73c352e9
authored
Dec 11, 2015
by
Martin Clochard
Browse files
byso: case_split label
parent
5a3d7916
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/transform/split_goal.ml
View file @
73c352e9
...
...
@@ -105,7 +105,7 @@ type split_ret = {
let
stop_split
=
Ident
.
create_label
"stop_split"
let
compiled
=
Ident
.
create_label
"split_goal: compiled match"
let
case_label
=
Ident
.
create_label
"case"
let
case_label
=
Ident
.
create_label
"case
_split
"
let
stop
f
=
Slab
.
mem
stop_split
f
.
t_label
let
asym
f
=
Slab
.
mem
Term
.
asym_label
f
.
t_label
...
...
@@ -342,7 +342,7 @@ let rec split_core sp f =
let
full_split
kn
=
{
right_only
=
false
;
byso_split
=
false
;
side_split
=
fals
e
;
side_split
=
tru
e
;
stop_split
=
false
;
asym_split
=
true
;
comp_match
=
kn
;
...
...
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