diff options
| author | Emilio Jesus Gallego Arias | 2018-12-25 19:53:50 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-12-25 19:53:50 +0100 |
| commit | 599696d804eb7c40661615a49c5d729e7d6ff373 (patch) | |
| tree | 8d74c5c301a09430c3bd23900e46d9bb8f18e317 /interp/notation.mli | |
| parent | ad5fb5a948bdfd408b825e2bdf0ee4ba6b91f395 (diff) | |
| parent | 7c1b36356c14b2571b5cb559d09586839703c660 (diff) | |
Merge PR #9249: Fixing printing bug due to using equality wrongly checking hash keys of kernel names (or checking wrong hash keys?)
Diffstat (limited to 'interp/notation.mli')
| -rw-r--r-- | interp/notation.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interp/notation.mli b/interp/notation.mli index 75034cad70..a482e00e81 100644 --- a/interp/notation.mli +++ b/interp/notation.mli @@ -210,6 +210,8 @@ type interp_rule = | NotationRule of scope_name option * notation | SynDefRule of KerName.t +module InterpRuleSet : Set.S with type elt = interp_rule + val declare_notation_interpretation : notation -> scope_name option -> interpretation -> notation_location -> onlyprint:bool -> unit |
