From 67f5c70a480c95cfb819fc68439781b5e5e95794 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Fri, 14 Dec 2012 15:56:25 +0000 Subject: Modulification of identifier git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16071 85f007b7-540e-0410-9357-904b9bb8a0f7 --- interp/notation_ops.mli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'interp/notation_ops.mli') diff --git a/interp/notation_ops.mli b/interp/notation_ops.mli index b2df95901e..35c9a8e1c1 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 *) -- cgit v1.2.3