aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/syntax_def.mli
diff options
context:
space:
mode:
Diffstat (limited to 'interp/syntax_def.mli')
-rw-r--r--interp/syntax_def.mli23
1 files changed, 23 insertions, 0 deletions
diff --git a/interp/syntax_def.mli b/interp/syntax_def.mli
new file mode 100644
index 000000000..f4600d8db
--- /dev/null
+++ b/interp/syntax_def.mli
@@ -0,0 +1,23 @@
+(***********************************************************************)
+(* 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*)
+
+(*i*)
+open Names
+open Topconstr
+open Rawterm
+(*i*)
+
+(* Syntactic definitions. *)
+
+val declare_syntactic_definition : identifier -> aconstr -> unit
+
+val search_syntactic_definition : loc -> kernel_name -> rawconstr
+
+