aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/reserve.mli
diff options
context:
space:
mode:
Diffstat (limited to 'interp/reserve.mli')
-rw-r--r--interp/reserve.mli13
1 files changed, 12 insertions, 1 deletions
diff --git a/interp/reserve.mli b/interp/reserve.mli
index 0c60caf9b..2f55e2e6b 100644
--- a/interp/reserve.mli
+++ b/interp/reserve.mli
@@ -1,6 +1,17 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
+
+(*i $Id$ i*)
+
+open Util
open Names
open Rawterm
-val declare_reserved_type : identifier -> rawconstr -> unit
+val declare_reserved_type : identifier located -> rawconstr -> unit
val find_reserved_type : identifier -> rawconstr
val anonymize_if_reserved : name -> rawconstr -> rawconstr