aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/decl_mode.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/decl_mode.mli')
-rw-r--r--proofs/decl_mode.mli7
1 files changed, 3 insertions, 4 deletions
diff --git a/proofs/decl_mode.mli b/proofs/decl_mode.mli
index 4a8aa85f1..412624b4d 100644
--- a/proofs/decl_mode.mli
+++ b/proofs/decl_mode.mli
@@ -56,10 +56,7 @@ type stack_info =
| Focus_claim
type pm_info =
- { pm_last: (Names.identifier * bool) option (* anonymous if none *);
- pm_partial_goal : constr ; (* partial goal construction *)
- pm_subgoals : (metavariable*constr) list;
- pm_stack : stack_info list }
+ {pm_stack : stack_info list }
val pm_in : pm_info -> Dyn.t
@@ -70,3 +67,5 @@ val get_end_command : pftreestate -> string option
val get_stack : pftreestate -> stack_info list
val get_top_stack : pftreestate -> stack_info list
+
+val get_last: Environ.env -> identifier