Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nils Fitinghoff
why3
Commits
a838006b
Commit
a838006b
authored
Sep 10, 2018
by
Claude Marché
Browse files
Options
Downloads
Patches
Plain Diff
local exception not supported by older version of OCaml, that's a pity
parent
1d6321df
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/session/itp_server.ml
+2
-1
2 additions, 1 deletion
src/session/itp_server.ml
with
2 additions
and
1 deletion
src/session/itp_server.ml
+
2
−
1
View file @
a838006b
...
@@ -1022,6 +1022,8 @@ end
...
@@ -1022,6 +1022,8 @@ end
(* ----------------- Schedule proof attempt -------------------- *)
(* ----------------- Schedule proof attempt -------------------- *)
exception
Return
(* Callback of a proof_attempt *)
(* Callback of a proof_attempt *)
let
callback_update_tree_proof
cont
panid
pa_status
=
let
callback_update_tree_proof
cont
panid
pa_status
=
let
ses
=
cont
.
controller_session
in
let
ses
=
cont
.
controller_session
in
...
@@ -1033,7 +1035,6 @@ end
...
@@ -1033,7 +1035,6 @@ end
let
parent
=
node_ID_from_pn
parent_id
in
let
parent
=
node_ID_from_pn
parent_id
in
new_node
~
parent
(
APa
panid
)
new_node
~
parent
(
APa
panid
)
in
in
let
exception
Return
in
try
try
begin
match
pa_status
with
begin
match
pa_status
with
|
UpgradeProver
_
->
|
UpgradeProver
_
->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment