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/reserve.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interp/reserve.mli') diff --git a/interp/reserve.mli b/interp/reserve.mli index e6c1946a5..305480840 100644 --- a/interp/reserve.mli +++ b/interp/reserve.mli @@ -12,6 +12,6 @@ open Names open Glob_term open Notation_term -val declare_reserved_type : identifier located list -> notation_constr -> unit -val find_reserved_type : identifier -> notation_constr +val declare_reserved_type : Id.t located list -> notation_constr -> unit +val find_reserved_type : Id.t -> notation_constr val anonymize_if_reserved : name -> glob_constr -> glob_constr -- cgit v1.2.3