aboutsummaryrefslogtreecommitdiff
path: root/interp/notation.mli
diff options
context:
space:
mode:
authorVincent Laporte2019-04-24 11:37:42 +0000
committerVincent Laporte2019-04-29 09:51:05 +0000
commit2c18da20b260c55d8da49b1bb4f53e72dbc75a87 (patch)
tree0621fa3e706a676053c076f90c73f8e042226e6d /interp/notation.mli
parent4e25d51b89b66d4b9c982e85a5de9645e7e537ad (diff)
Revert #9249
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