diff options
| author | Vincent Laporte | 2019-04-24 11:37:42 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2019-04-29 09:51:05 +0000 |
| commit | 2c18da20b260c55d8da49b1bb4f53e72dbc75a87 (patch) | |
| tree | 0621fa3e706a676053c076f90c73f8e042226e6d /interp/notation.mli | |
| parent | 4e25d51b89b66d4b9c982e85a5de9645e7e537ad (diff) | |
Revert #9249
Diffstat (limited to 'interp/notation.mli')
| -rw-r--r-- | interp/notation.mli | 2 |
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 |
