aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/notation_ops.mli
diff options
context:
space:
mode:
Diffstat (limited to 'interp/notation_ops.mli')
-rw-r--r--interp/notation_ops.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/interp/notation_ops.mli b/interp/notation_ops.mli
index b2df95901..35c9a8e1c 100644
--- a/interp/notation_ops.mli
+++ b/interp/notation_ops.mli
@@ -17,11 +17,11 @@ open Glob_term
bound by the notation; also interpret recursive patterns *)
val notation_constr_of_glob_constr :
- (identifier * notation_var_internalization_type) list ->
- (identifier * identifier) list -> glob_constr -> notation_constr
+ (Id.t * notation_var_internalization_type) list ->
+ (Id.t * Id.t) list -> glob_constr -> notation_constr
(** Name of the special identifier used to encode recursive notations *)
-val ldots_var : identifier
+val ldots_var : Id.t
(** Equality of [glob_constr] (warning: only partially implemented) *)
(** FIXME: nothing to do here *)