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
dbe85a01
Commit
dbe85a01
authored
Jan 08, 2016
by
David Hauzar
Browse files
Merge branch 'counter-examples'
parents
de7e06fa
92ba52cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/session/session_scheduler.ml
View file @
dbe85a01
...
...
@@ -862,7 +862,7 @@ let edit_proof ~cntexample eS sched ~default_editor a =
else
let
callback
a
res
=
match
res
with
|
Done
{
Call_provers
.
pr_answer
=
Call_provers
.
Unknown
(
""
,
None
)}
->
|
Done
{
Call_provers
.
pr_answer
=
Call_provers
.
Unknown
(
""
,
_
)}
->
set_proof_state
~
notify
~
obsolete
:
true
~
archived
:
false
JustEdited
a
|
_
->
...
...
@@ -874,7 +874,7 @@ let edit_proof ~cntexample eS sched ~default_editor a =
let
edit_proof_v3
~
cntexample
eS
sched
~
default_editor
~
callback
a
=
let
callback
a
res
=
match
res
with
|
Done
{
Call_provers
.
pr_answer
=
Call_provers
.
Unknown
(
""
,
None
)}
->
|
Done
{
Call_provers
.
pr_answer
=
Call_provers
.
Unknown
(
""
,
_
)}
->
callback
a
|
_
->
()
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