aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/constrextern.mli
diff options
context:
space:
mode:
Diffstat (limited to 'interp/constrextern.mli')
-rw-r--r--interp/constrextern.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/interp/constrextern.mli b/interp/constrextern.mli
index 008957e1b..c5595f5a9 100644
--- a/interp/constrextern.mli
+++ b/interp/constrextern.mli
@@ -39,6 +39,7 @@ val extern_pattern : env -> names_context -> constr_pattern -> constr_expr
level of quantification clashing with the variables in [env] are renamed *)
val extern_constr : bool -> env -> constr -> constr_expr
+val extern_constr_in_scope : bool -> scope_name -> env -> constr -> constr_expr
val extern_reference : loc -> Idset.t -> global_reference -> reference
(* For debugging *)