aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/egramml.mli
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/egramml.mli')
-rw-r--r--parsing/egramml.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/parsing/egramml.mli b/parsing/egramml.mli
index d38652c97..442b0138f 100644
--- a/parsing/egramml.mli
+++ b/parsing/egramml.mli
@@ -14,7 +14,7 @@
type grammar_prod_item =
| GramTerminal of string
| GramNonTerminal of Loc.t * Genarg.argument_type *
- Pcoq.prod_entry_key * Names.identifier option
+ Pcoq.prod_entry_key * Names.Id.t option
val extend_tactic_grammar :
string -> grammar_prod_item list list -> unit
@@ -29,5 +29,5 @@ val get_extend_vernac_grammars :
(** Utility function reused in Egramcoq : *)
val make_rule :
- (Loc.t -> (Names.identifier * Tacexpr.raw_generic_argument) list -> 'b) ->
+ (Loc.t -> (Names.Id.t * Tacexpr.raw_generic_argument) list -> 'b) ->
grammar_prod_item list -> Pcoq.Gram.symbol list * Pcoq.Gram.action