Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
5efd8958
Commit
5efd8958
authored
Jan 18, 2012
by
François Bobot
Browse files
Session rewrite fix : only one proof attempt by prover by goal (or is it a bad idea?)
parent
13c872fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/session/session.ml
View file @
5efd8958
...
...
@@ -538,7 +538,7 @@ let add_external_proof
proof_edited_as
=
edit
;
}
in
PHprover
.
add
g
.
goal_external_proofs
p
a
;
PHprover
.
replace
g
.
goal_external_proofs
p
a
;
check_goal_proved
notify
g
;
a
...
...
@@ -620,7 +620,7 @@ let raw_add_transformation ~(keygen:'a keygen) g name exp =
transf_expanded
=
exp
;
}
in
PHstr
.
add
g
.
goal_transformations
name
tr
;
PHstr
.
replace
g
.
goal_transformations
name
tr
;
tr
let
raw_add_theory
~
(
keygen
:
'
a
keygen
)
mfile
thname
exp
=
...
...
Write
Preview
Supports
Markdown
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