diff options
| author | Pierre-Marie Pédrot | 2016-10-12 21:48:27 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-10-12 21:48:27 +0200 |
| commit | d873f82c5024a496e8f1a14a9839e7f377d5f4bb (patch) | |
| tree | 1d71b3aff46f14a65f2d7675468ce47d7965a2c0 /interp/notation.mli | |
| parent | 0222f685ebdd55a1596d6689b96ebb86454ba1a7 (diff) | |
| parent | 0f1b5603d1922718f36545f201212fc2796f41a4 (diff) | |
Merge PR #289 into v8.6.
Diffstat (limited to 'interp/notation.mli')
| -rw-r--r-- | interp/notation.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/interp/notation.mli b/interp/notation.mli index b47e1975e3..2e92a00a8c 100644 --- a/interp/notation.mli +++ b/interp/notation.mli @@ -203,6 +203,9 @@ val find_notation_extra_printing_rules : notation -> extra_unparsing_rules val find_notation_parsing_rules : notation -> notation_grammar val add_notation_extra_printing_rule : notation -> string -> string -> unit +(** Returns notations with defined parsing/printing rules *) +val get_defined_notations : unit -> notation list + (** Rem: printing rules for primitive token are canonical *) val with_notation_protection : ('a -> 'b) -> 'a -> 'b |
