aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/egramml.mli
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/egramml.mli')
-rw-r--r--parsing/egramml.mli5
1 files changed, 1 insertions, 4 deletions
diff --git a/parsing/egramml.mli b/parsing/egramml.mli
index 87c0bcf45..9e2c29b98 100644
--- a/parsing/egramml.mli
+++ b/parsing/egramml.mli
@@ -8,7 +8,7 @@
(** Mapping of grammar productions to camlp4 actions. *)
-(** This is the part specific to ML-level tactic and vernac extensions.
+(** This is the part specific to vernac extensions.
For the Coq-level Notation and Tactic Notation, see Egramcoq. *)
type grammar_prod_item =
@@ -16,9 +16,6 @@ type grammar_prod_item =
| GramNonTerminal of Loc.t * Genarg.argument_type *
Pcoq.prod_entry_key * Names.Id.t option
-val extend_tactic_grammar :
- string -> grammar_prod_item list list -> unit
-
val extend_vernac_command_grammar :
string -> Vernacexpr.vernac_expr Pcoq.Gram.entry option ->
grammar_prod_item list list -> unit