diff options
| author | Paul Steckler | 2017-06-09 12:30:42 -0400 |
|---|---|---|
| committer | Paul Steckler | 2017-06-09 12:30:42 -0400 |
| commit | 849bf3600fe11fea876c9aeea69fe806b0c8c5d8 (patch) | |
| tree | 6af03f32f864882392abe7dded939bed439a368f /interp/notation.mli | |
| parent | 03fee03c9bc31225d8f0c3a1cef206145490d341 (diff) | |
Fix Bug #5568, no dup notation warnings on repeated module imports
Diffstat (limited to 'interp/notation.mli')
| -rw-r--r-- | interp/notation.mli | 2 |
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 : |
