aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/egramcoq.mli
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/egramcoq.mli')
-rw-r--r--parsing/egramcoq.mli19
1 files changed, 0 insertions, 19 deletions
diff --git a/parsing/egramcoq.mli b/parsing/egramcoq.mli
deleted file mode 100644
index e15add10f..000000000
--- a/parsing/egramcoq.mli
+++ /dev/null
@@ -1,19 +0,0 @@
-(************************************************************************)
-(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
-(* <O___,, * (see CREDITS file for the list of authors) *)
-(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(* * (see LICENSE file for the text of the license) *)
-(************************************************************************)
-
-(** Mapping of grammar productions to camlp5 actions *)
-
-(** This is the part specific to Coq-level Notation and Tactic Notation.
- For the ML-level tactic and vernac extensions, see Egramml. *)
-
-(** {5 Adding notations} *)
-
-val extend_constr_grammar : Notation_term.one_notation_grammar -> unit
-(** Add a term notation rule to the parsing system. *)