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.
Equality on interpretation.
val notation_entry_level_eq :
Constrexpr.notation_entry_level ->
Constrexpr.notation_entry_level ->
boolEquality on notation_entry_level.
type level =
Constrexpr.notation_entry
* Constrexpr.entry_level
* Constrexpr.entry_relative_level listval entry_relative_level_eq :
Constrexpr.entry_relative_level ->
Constrexpr.entry_relative_level ->
boolEquality on entry_relative_level.
Binds a notation in a given scope to an interpretation
val declare_uninterpretation :
?also_in_cases_pattern:bool ->
interp_rule ->
Notation_term.interpretation ->
unitReturn printing key
Return the possible notations for a given term
State protection
Miscellaneous