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
119
Issues
119
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
e3f2cb50
Commit
e3f2cb50
authored
Jun 25, 2017
by
Sylvain Dailler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Recovered remove_subtree. Easier to use Why3's API with this in
controller.
parent
8c747092
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/session/controller_itp.ml
src/session/controller_itp.ml
+1
-0
src/session/controller_itp.mli
src/session/controller_itp.mli
+4
-0
No files found.
src/session/controller_itp.ml
View file @
e3f2cb50
...
...
@@ -90,6 +90,7 @@ let create_controller config env ses =
provers
;
c
let
remove_subtree
=
Session_itp
.
remove_subtree
(* Get children of any without proofattempts *)
let
get_undetached_children_no_pa
s
any
:
any
list
=
...
...
src/session/controller_itp.mli
View file @
e3f2cb50
...
...
@@ -131,6 +131,10 @@ val add_file : controller -> ?format:Env.fformat -> string -> unit
(** [add_fil cont ?fmt fname] parses the source file
[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
...
...
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