(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* Vernacexpr.vernac_expr Pcoq.Gram.entry option -> grammar_prod_item list -> unit val get_extend_vernac_rule : Vernacexpr.extend_name -> grammar_prod_item list (** Utility function reused in Egramcoq : *) val make_rule : (Loc.t -> (Names.Id.t * Genarg.raw_generic_argument) list -> 'b) -> grammar_prod_item list -> Pcoq.Gram.symbol list * Pcoq.Gram.action