aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/notation_ops.mli
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-12-14 15:56:25 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-12-14 15:56:25 +0000
commit67f5c70a480c95cfb819fc68439781b5e5e95794 (patch)
tree67b88843ba54b4aefc7f604e18e3a71ec7202fd3 /interp/notation_ops.mli
parentcc03a5f82efa451b6827af9a9b42cee356ed4f8a (diff)
Modulification of identifier
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16071 85f007b7-540e-0410-9357-904b9bb8a0f7
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 *)