MetasyntaxAdding a (constr) notation in the environment
val add_notation : local:bool -> infix:bool ->
Deprecation.t option -> Environ.env -> Constrexpr.constr_expr -> (Names.lstring * Vernacexpr.syntax_modifier CAst.t list) -> Notation_term.scope_name option -> unitDeclaring scopes, delimiter keys and default scopes
val declare_scope : Vernacexpr.locality_flag -> Notation_term.scope_name -> unitval add_delimiters : Vernacexpr.locality_flag -> Notation_term.scope_name -> string -> unitval remove_delimiters : Vernacexpr.locality_flag -> Notation_term.scope_name -> unitval add_class_scope : Vernacexpr.locality_flag -> Notation_term.scope_name -> Notation.add_scope_where option -> Notation.scope_class list -> unitScope opening
val open_close_scope : Vernacexpr.locality_flag -> to_open:bool -> Notation_term.scope_name -> unitAdd a notation interpretation associated to a "where" clause (already has pa/pp rules)
val prepare_where_notation : Vernacexpr.decl_notation -> where_decl_notationInterpret the modifiers of a where-notation
val add_notation_interpretation : local:bool -> Environ.env -> where_decl_notation -> unitDeclare the interpretation of the where-notation
val set_notation_for_interpretation : Environ.env -> Constrintern.internalization_env -> where_decl_notation -> unitSet the interpretation of the where-notation for interpreting a mutual block
Add only the parsing/printing rule of a notation
val add_reserved_notation : local:bool -> infix:bool -> (Names.lstring * Vernacexpr.syntax_modifier CAst.t list) -> unitAdd a syntactic definition (as in "Notation f := ...")
val add_abbreviation : local:bool -> Deprecation.t option -> Environ.env -> Names.Id.t -> (Names.Id.t list * Constrexpr.constr_expr) -> Vernacexpr.syntax_modifier CAst.t list -> unitPrint the Camlp5 state of a grammar
val pr_grammar : string list -> Pp.tval pr_custom_grammar : string -> Pp.tval pr_keywords : unit -> Pp.tval declare_notation_toggle : Vernacexpr.locality_flag -> on:bool -> all:bool -> Notation.notation_query_pattern -> unitval declare_custom_entry : Vernacexpr.locality_flag -> string -> unitDeclare given string as a custom grammar entry
Check that the given string is a valid custom entry that has been declared
val pr_level : Constrexpr.notation -> Notation.level -> Extend.constr_entry_key list -> Pp.tPretty print level information of a notation and all of its arguments