aboutsummaryrefslogtreecommitdiff
path: root/interp/notation.mli
diff options
context:
space:
mode:
authorMaxime Dénès2017-06-15 22:19:48 +0200
committerMaxime Dénès2017-06-15 22:19:48 +0200
commit321876cea9406994f53fe9a35c0afd333fe6c074 (patch)
treecc9b9948e30bfd38b7ca70bce4df9b45bc4e75d6 /interp/notation.mli
parentce1e1dba837ad6e2c79ff7e531b5e3adea3cd327 (diff)
parent849bf3600fe11fea876c9aeea69fe806b0c8c5d8 (diff)
Merge PR#747: Fix Bug #5568, no dup notation warnings on repeated module imports
Diffstat (limited to 'interp/notation.mli')
-rw-r--r--interp/notation.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/notation.mli b/interp/notation.mli
index 2e92a00a8c..303fa8c7a0 100644
--- a/interp/notation.mli
+++ b/interp/notation.mli
@@ -142,7 +142,7 @@ val interp_notation_as_global_reference : Loc.t -> (global_reference -> bool) ->
(** Checks for already existing notations *)
val exists_notation_in_scope : scope_name option -> notation ->
- interpretation -> bool
+ bool -> interpretation -> bool
(** Declares and looks for scopes associated to arguments of a global ref *)
val declare_arguments_scope :