summaryrefslogtreecommitdiff
path: root/contrib/subtac/eterm.mli
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/subtac/eterm.mli')
-rw-r--r--contrib/subtac/eterm.mli9
1 files changed, 6 insertions, 3 deletions
diff --git a/contrib/subtac/eterm.mli b/contrib/subtac/eterm.mli
index 3a571ee1..76994c06 100644
--- a/contrib/subtac/eterm.mli
+++ b/contrib/subtac/eterm.mli
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: eterm.mli 9326 2006-10-31 12:57:26Z msozeau $ i*)
+(*i $Id: eterm.mli 9976 2007-07-12 11:58:30Z msozeau $ i*)
open Tacmach
open Term
@@ -18,7 +18,10 @@ val mkMetas : int -> constr list
(* val eterm_term : evar_map -> constr -> types option -> constr * types option * (identifier * types) list *)
-val eterm_obligations : identifier -> int -> evar_map -> constr -> types option ->
- (identifier * types * Intset.t) array * constr (* Obl. name, type as product and dependencies as indexes into the array *)
+(* id, named context length, evars, number of
+ function prototypes to try to clear from evars contexts, object and optional type *)
+val eterm_obligations : identifier -> int -> evar_defs -> evar_map -> int -> constr -> types option ->
+ (identifier * types * bool * Intset.t) array * constr
+ (* Obl. name, type as product, opacity (true = opaque) and dependencies as indexes into the array *)
val etermtac : open_constr -> tactic