aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/Notations2.v
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-08 19:11:28 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-09 19:27:09 +0100
commit4d9375d18d58958d992f76799ad545b800321d78 (patch)
tree72e7665d8efe27e64ebf27da5ef2df850b4536d1 /test-suite/output/Notations2.v
parent5542ffe43dde333cec6d118fd4b0424313330c33 (diff)
Revert "Merge PR #873: New strategy based on open scopes for deciding which notation to use among several of them"
Diffstat (limited to 'test-suite/output/Notations2.v')
-rw-r--r--test-suite/output/Notations2.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-suite/output/Notations2.v b/test-suite/output/Notations2.v
index 923caedac..bcb246879 100644
--- a/test-suite/output/Notations2.v
+++ b/test-suite/output/Notations2.v
@@ -71,7 +71,6 @@ Check let' f x y (a:=0) z (b:bool) := x+y+z+1 in f 0 1 2.
(* Note: does not work for pattern *)
Module A.
Notation "f ( x )" := (f x) (at level 10, format "f ( x )").
-Open Scope nat_scope.
Check fun f x => f x + S x.
Open Scope list_scope.