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
a70f2b70
Commit
a70f2b70
authored
Sep 26, 2011
by
Asma Tafat-Bouzid
Browse files
Latex
parent
872dc591
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ide/replay.ml
View file @
a70f2b70
...
...
@@ -387,9 +387,9 @@ let rec goal_latex_stat n fmt prov depth depth_max column subgoal subgoals_max f
match
res
.
Call_provers
.
pr_answer
with
Call_provers
.
Valid
->
fprintf
fmt
"& %.2f "
res
.
Call_provers
.
pr_time
|
Call_provers
.
Invalid
->
fprintf
fmt
"& - "
|
Call_provers
.
Timeout
->
fprintf
fmt
"&
t
imeout "
|
Call_provers
.
Timeout
->
fprintf
fmt
"&
T
imeout "
|
Call_provers
.
Unknown
_s
->
fprintf
fmt
"& ? "
|
_
->
fprintf
fmt
"& "
|
_
->
fprintf
fmt
"&
Fail
"
end
|
_
->
fprintf
fmt
"& "
with
Not_found
->
fprintf
fmt
"&"
)
prov
;
...
...
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