Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Why3
why3
Commits
e3f2cb50
Commit
e3f2cb50
authored
8 years ago
by
Sylvain Dailler
Browse files
Options
Downloads
Patches
Plain Diff
Recovered remove_subtree. Easier to use Why3's API with this in
controller.
parent
8c747092
No related branches found
No related tags found
1 merge request
!2
Isabelle configure realization1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/session/controller_itp.ml
+1
-0
1 addition, 0 deletions
src/session/controller_itp.ml
src/session/controller_itp.mli
+4
-0
4 additions, 0 deletions
src/session/controller_itp.mli
with
5 additions
and
0 deletions
src/session/controller_itp.ml
+
1
−
0
View file @
e3f2cb50
...
@@ -90,6 +90,7 @@ let create_controller config env ses =
...
@@ -90,6 +90,7 @@ let create_controller config env ses =
provers
;
provers
;
c
c
let
remove_subtree
=
Session_itp
.
remove_subtree
(* Get children of any without proofattempts *)
(* Get children of any without proofattempts *)
let
get_undetached_children_no_pa
s
any
:
any
list
=
let
get_undetached_children_no_pa
s
any
:
any
list
=
...
...
This diff is collapsed.
Click to expand it.
src/session/controller_itp.mli
+
4
−
0
View file @
e3f2cb50
...
@@ -131,6 +131,10 @@ val add_file : controller -> ?format:Env.fformat -> string -> unit
...
@@ -131,6 +131,10 @@ val add_file : controller -> ?format:Env.fformat -> string -> unit
(** [add_fil cont ?fmt fname] parses the source file
(** [add_fil cont ?fmt fname] parses the source file
[fname] and add the resulting theories to the session of [cont] *)
[fname] and add the resulting theories to the session of [cont] *)
val
remove_subtree
:
controller
->
any
->
removed
:
notifier
->
notification
:
notifier
->
unit
(** Mapping to Session_itp.remove_subtree. Used for code using Why3's API *)
val
get_undetached_children_no_pa
:
Session_itp
.
session
->
any
->
any
list
val
get_undetached_children_no_pa
:
Session_itp
.
session
->
any
->
any
list
...
...
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