summaryrefslogtreecommitdiff
path: root/proofs/decl_mode.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/decl_mode.mli')
-rw-r--r--proofs/decl_mode.mli5
1 files changed, 2 insertions, 3 deletions
diff --git a/proofs/decl_mode.mli b/proofs/decl_mode.mli
index 0dd1cb33..81fab168 100644
--- a/proofs/decl_mode.mli
+++ b/proofs/decl_mode.mli
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id:$ *)
+(* $Id$ *)
open Names
open Term
@@ -56,8 +56,7 @@ type stack_info =
| Focus_claim
type pm_info =
- { pm_last: Names.name (* anonymous if none *);
- pm_hyps: Idset.t;
+ { 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 }