Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
125
Issues
125
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
351a654c
Commit
351a654c
authored
Sep 28, 2011
by
Asma Tafat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Latex statistics
parent
e1820030
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
src/ide/replay.ml
src/ide/replay.ml
+7
-5
No files found.
src/ide/replay.ml
View file @
351a654c
...
...
@@ -36,7 +36,7 @@ let spec = Arg.align [
"<s> add s to loadpath"
)
;
(
"-force"
,
Arg
.
Set
opt_force
,
"enforce saving of session even if replay failed"
)
;
"
enforce saving of session even if replay failed"
)
;
(
"-s"
,
Arg
.
Clear
opt_stats
,
" do not print statistics"
)
;
...
...
@@ -45,13 +45,13 @@ let spec = Arg.align [
" print version information"
)
;
(
"-latex"
,
Arg
.
Set_string
opt_latex
,
" produce latex statistics"
)
;
"
[Dir_output]
produce latex statistics"
)
;
(
"-latex2"
,
Arg
.
Set_string
opt_latex2
,
" produce latex statistics"
)
;
"
[Dir_output]
produce latex statistics"
)
;
(
"-html"
,
Arg
.
Set_string
opt_html
,
" produce html statistics"
)
;
"
[Dir_output]
produce html statistics"
)
;
]
let
version_msg
=
Format
.
sprintf
"Why3 replayer, version %s (build date: %s)"
...
...
@@ -390,7 +390,9 @@ let rec goal_latex_stat n fmt prov depth depth_max column subgoal _subgoals_max
fprintf
fmt
"
\\
explanation{%s} "
(
protect
(
M
.
goal_expl
g
))
else
if
n
==
2
then
fprintf
fmt
"%d "
(
subgoal
+
1
);
fprintf
fmt
"%d "
(
subgoal
+
1
)
else
fprintf
fmt
"
\\
explanation{%s}"
" "
;
let
proofs
=
M
.
external_proofs
g
in
if
(
Hashtbl
.
length
proofs
)
>
0
then
begin
...
...
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