aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/constrintern.mli
diff options
context:
space:
mode:
Diffstat (limited to 'interp/constrintern.mli')
-rw-r--r--interp/constrintern.mli3
1 files changed, 1 insertions, 2 deletions
diff --git a/interp/constrintern.mli b/interp/constrintern.mli
index bbee24957..90c3779fc 100644
--- a/interp/constrintern.mli
+++ b/interp/constrintern.mli
@@ -165,8 +165,7 @@ val global_reference_in_absolute_module : DirPath.t -> Id.t -> constr
(** Interprets a term as the left-hand side of a notation. The returned map is
guaranteed to have the same domain as the input one. *)
val interp_notation_constr : ?impls:internalization_env ->
- notation_var_internalization_type Id.Map.t ->
- Id.t Id.Map.t -> constr_expr ->
+ notation_interp_env -> constr_expr ->
(subscopes * notation_var_internalization_type) Id.Map.t *
notation_constr