aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pretyping/unification.mli6
1 files changed, 4 insertions, 2 deletions
diff --git a/pretyping/unification.mli b/pretyping/unification.mli
index d667ed9a4a..6fbbc2c5f4 100644
--- a/pretyping/unification.mli
+++ b/pretyping/unification.mli
@@ -55,11 +55,13 @@ val w_coerce_to_type : env -> evar_map -> constr -> types -> types ->
(*i This should be in another module i*)
-(** [abstract_list_all env evd t c l]
- abstracts the terms in l over c to get a term of type t
+(** [abstract_list_all env evd t c l]
+ abstracts the terms in l over c to get a term of type t
(exported for inv.ml) *)
val abstract_list_all :
env -> evar_map -> constr -> constr -> constr list -> constr * types
+val abstract_list_all_with_dependencies :
+ env -> evar_map -> types -> constr -> constr list -> constr
(* For tracing *)