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
945ca6d4
Commit
945ca6d4
authored
May 26, 2017
by
Sylvain Dailler
Browse files
corrected xml attributes.
parent
1fc10719
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/session/session_itp.ml
View file @
945ca6d4
...
...
@@ -1553,7 +1553,7 @@ let save_proof_attempt fmt ((id,tl,sl,ml),a) =
(
save_int_def
"steplimit"
sl
)
(
a
.
limit
.
Call_provers
.
limit_steps
)
(
save_int_def
"memlimit"
ml
)
(
a
.
limit
.
Call_provers
.
limit_mem
)
(
save_bool_def
"obsolete"
false
)
a
.
proof_obsolete
(
save_option_def
"
proof_script
"
)
a
.
proof_script
;
(
save_option_def
"
edited
"
)
a
.
proof_script
;
save_status
fmt
a
.
proof_state
;
fprintf
fmt
"</proof>@]"
...
...
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