aboutsummaryrefslogtreecommitdiff
path: root/interp/notation.mli
diff options
context:
space:
mode:
Diffstat (limited to 'interp/notation.mli')
-rw-r--r--interp/notation.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/interp/notation.mli b/interp/notation.mli
index 57e2be16b9..017023c133 100644
--- a/interp/notation.mli
+++ b/interp/notation.mli
@@ -216,8 +216,6 @@ 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