aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/notation.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-03-01 16:02:34 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-03-01 16:02:34 +0100
commit124734fd2c523909802d095abb37350519856864 (patch)
tree177d3fe6ed5fe665a7151601802eb4bb09b9e0eb /interp/notation.mli
parent9e2ee5801ae37e54dfac34f27ed2f07bbb8322d3 (diff)
Useless check when loading notations through import.
Diffstat (limited to 'interp/notation.mli')
-rw-r--r--interp/notation.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/interp/notation.mli b/interp/notation.mli
index 192e2b6e6..a4ca3ffaa 100644
--- a/interp/notation.mli
+++ b/interp/notation.mli
@@ -141,10 +141,6 @@ val level_of_notation : notation -> level (** raise [Not_found] if no level *)
val interp_notation_as_global_reference : Loc.t -> (global_reference -> bool) ->
notation -> delimiters option -> global_reference
-(** Checks for already existing notations *)
-val exists_notation_in_scope : scope_name option -> notation ->
- interpretation -> bool
-
(** Declares and looks for scopes associated to arguments of a global ref *)
val declare_arguments_scope :
bool (** true=local *) -> global_reference -> scope_name option list -> unit