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
18bd32c0
Commit
18bd32c0
authored
May 29, 2017
by
Sylvain Dailler
Browse files
ocaml compatibility
parent
1b910c91
Changes
1
Show whitespace changes
Inline
Side-by-side
src/why3session/why3session_lib.ml
View file @
18bd32c0
...
...
@@ -233,7 +233,7 @@ let iter_proof_attempt_by_filter cont iter filters f =
(
fun
a
->
Controller_itp
.
pn_proved
cont
a
.
S
.
parent
)
in
(* verified *)
let
f
=
three_value
f
filters
.
verified
(
fun
p
->
match
p
.
S
.
proof_state
with
Some
Call_provers
.
{
pr_answer
=
Valid
}
->
(
fun
p
->
match
p
.
S
.
proof_state
with
Some
pr
when
pr
.
Call_provers
.
pr_answer
=
Call_provers
.
Valid
->
true
|
_
->
false
)
in
(* status *)
let
f
=
if
filters
.
status
=
[]
then
f
else
...
...
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