(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * Copyright INRIA, CNRS and contributors *) (* notation_grammar -> unit val grammar_of_notation : notation -> notation_grammar (** raise [Not_found] if not declared *) val declare_notation_subentries : notation -> Extend.constr_entry_key list -> unit val subentries_of_notation : notation -> Extend.constr_entry_key list (** Returns notations with defined parsing/printing rules *) val get_defined_notations : unit -> notation list