diff options
Diffstat (limited to 'interp/notation.ml')
| -rw-r--r-- | interp/notation.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/notation.ml b/interp/notation.ml index 50a536eabf..8a01c59852 100644 --- a/interp/notation.ml +++ b/interp/notation.ml @@ -820,7 +820,7 @@ let locate_notation prglob ntn scope = pr_notation_info prglob df r ++ tbrk (1,2) ++ (if String.equal sc default_scope then mt () else (str ": " ++ str sc)) ++ tbrk (1,2) ++ - (if Option.Misc.compare String.equal (Some sc) scope then str "(default interpretation)" else mt ()) + (if Option.equal String.equal (Some sc) scope then str "(default interpretation)" else mt ()) ++ fnl ())) l) ntns) |
