NotationexternSourceDeclaration of uninterpretation functions (i.e. printing rules) for notations
Equality on notation_entry.
val notation_with_optional_scope_eq :
Constrexpr.notation_with_optional_scope ->
Constrexpr.notation_with_optional_scope ->
boolEquality on notation.
val specific_notation_compare :
Constrexpr.specific_notation ->
Constrexpr.specific_notation ->
intval notation_binder_kind_eq :
Notation_term.notation_binder_kind ->
Notation_term.notation_binder_kind ->
boolEquality on notation_binder_kind.
Equality on interpretation.
val notation_entry_level_eq :
Constrexpr.notation_entry_level ->
Constrexpr.notation_entry_level ->
boolEquality on notation_entry_level.
val notation_entry_relative_level_eq :
Constrexpr.notation_entry_relative_level ->
Constrexpr.notation_entry_relative_level ->
boolEquality on notation_entry_relative_level.
The "signature" of a rule: its level together with the levels of its subentries
val entry_relative_level_eq :
Constrexpr.entry_relative_level ->
Constrexpr.entry_relative_level ->
boolEquality on entry_relative_level.
type interp_rule = | NotationRule of Constrexpr.specific_notation| AbbrevRule of Globnames.abbreviationBinds a notation in a given scope to an interpretation
val remove_uninterpretation :
Environ.env ->
interp_rule ->
Notation_term.interpretation ->
unitval declare_uninterpretation :
Environ.env ->
interp_rule ->
Notation_term.interpretation ->
unittype notation_rule = {not_rule : interp_rule;not_patt : Notation_term.interpretation;not_status : notation_applicative_status;}Return the possible notations for a given term
val uninterp_cases_pattern_notations :
Environ.env ->
'a Glob_term.cases_pattern_g ->
notation_rule listState protection
Miscellaneous