aboutsummaryrefslogtreecommitdiff
path: root/doc/tools/docgram/prodn.edit_mlg
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tools/docgram/prodn.edit_mlg')
-rw-r--r--doc/tools/docgram/prodn.edit_mlg24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/tools/docgram/prodn.edit_mlg b/doc/tools/docgram/prodn.edit_mlg
deleted file mode 100644
index 8bd8cad6b5..0000000000
--- a/doc/tools/docgram/prodn.edit_mlg
+++ /dev/null
@@ -1,24 +0,0 @@
-(************************************************************************)
-(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * Copyright INRIA, CNRS and contributors *)
-(* <O___,, * (see version control and CREDITS file for authors & dates) *)
-(* \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) *)
-(************************************************************************)
-
-(* Defines additional productions and edits for use in documentation. Not compiled into Coq *)
-(* Contents used to generate prodn in doc *)
-
-DOC_GRAMMAR
-
-(* todo: doesn't work, gives
-ltac_match: @match_key @ltac_expr with {? %| } {+| @ltac_expr } end
-instead of
-ltac_match: @match_key @ltac_expr with {? %| } {+| {| @match_pattern | _ } => @ltac_expr } end
-
-SPLICE: [
-| match_rule
-]
-*)