aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
Diffstat (limited to 'proofs')
-rw-r--r--proofs/pfedit.ml6
-rw-r--r--proofs/pfedit.mli1
2 files changed, 2 insertions, 5 deletions
diff --git a/proofs/pfedit.ml b/proofs/pfedit.ml
index e2f5ce94b4..6ff3deb709 100644
--- a/proofs/pfedit.ml
+++ b/proofs/pfedit.ml
@@ -236,12 +236,8 @@ and save_state = abort_refine States.raw_save_state
and restore_state = abort_refine States.raw_restore_state
and restore_last_saved_state = abort_refine States.raw_restore_last_saved_state
***)
-and reset_all = abort_refine Lib.init
+and reset_initial = abort_refine Lib.reset_initial
-(***TODO
-let reset_prelude () = restore_state "Prelude"
-and reset_initial () = restore_state "Initial"
-***)
(*********************************************************************)
(* Modifying the current prooftree *)
diff --git a/proofs/pfedit.mli b/proofs/pfedit.mli
index 9a528f5551..ab9dc3e431 100644
--- a/proofs/pfedit.mli
+++ b/proofs/pfedit.mli
@@ -52,6 +52,7 @@ val proof_term : unit -> constr
val start_proof : string -> strength -> Coqast.t -> unit
val start_proof_constr : string -> strength -> constr -> unit
val reset_name : identifier -> unit
+val reset_initial : unit -> unit
val save_named : bool -> unit
val save_anonymous : bool -> string -> 'a -> unit