From 208a0f7bfa5249f9795e6e225f309cbe715c0fad Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Tue, 21 Nov 2006 21:38:49 +0000 Subject: Imported Upstream version 8.1~gamma --- ide/coq.mli | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ide/coq.mli') diff --git a/ide/coq.mli b/ide/coq.mli index 666a5397..4b4c3267 100644 --- a/ide/coq.mli +++ b/ide/coq.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: coq.mli 8877 2006-05-30 16:37:04Z notin $ i*) +(*i $Id: coq.mli 9154 2006-09-20 17:18:18Z corbinea $ i*) open Names open Term @@ -27,11 +27,14 @@ val is_state_preserving : Vernacexpr.vernac_expr -> bool type hyp = env * evar_map * ((identifier*string) * constr option * constr) * (string * string) +type meta = env * evar_map * string type concl = env * evar_map * constr * string type goal = hyp list * concl val get_current_goals : unit -> goal list +val get_current_pm_goal : unit -> hyp list * meta list + val get_current_goals_nb : unit -> int val print_no_goal : unit -> string -- cgit v1.2.3