aboutsummaryrefslogtreecommitdiff
path: root/interp/notation.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-12-25 19:53:50 +0100
committerEmilio Jesus Gallego Arias2018-12-25 19:53:50 +0100
commit599696d804eb7c40661615a49c5d729e7d6ff373 (patch)
tree8d74c5c301a09430c3bd23900e46d9bb8f18e317 /interp/notation.mli
parentad5fb5a948bdfd408b825e2bdf0ee4ba6b91f395 (diff)
parent7c1b36356c14b2571b5cb559d09586839703c660 (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.mli2
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