diff options
author | Samuel Mimram <smimram@debian.org> | 2007-02-13 13:48:12 +0000 |
---|---|---|
committer | Samuel Mimram <smimram@debian.org> | 2007-02-13 13:48:12 +0000 |
commit | 55ce117e8083477593cf1ff2e51a3641c7973830 (patch) | |
tree | a82defb4105f175c71b0d13cae42831ce608c4d6 /proofs/decl_mode.mli | |
parent | 208a0f7bfa5249f9795e6e225f309cbe715c0fad (diff) |
Imported Upstream version 8.1+dfsgupstream/8.1+dfsg
Diffstat (limited to 'proofs/decl_mode.mli')
-rw-r--r-- | proofs/decl_mode.mli | 5 |
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 } |