aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/reserve.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/reserve.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/reserve.mli')
-rw-r--r--interp/reserve.mli4
1 files changed, 2 insertions, 2 deletions
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