aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/Notations2.v
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-07 10:57:43 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-07 10:57:43 +0100
commit9cac9db6446b31294d2413d920db0eaa6dd5d8a6 (patch)
tree9427bcaa9191c2984b3afae4bca26e93f6baf0d8 /test-suite/output/Notations2.v
parent2f679ec5235257c9fd106c26c15049e04523a307 (diff)
parente4a09fc480f512f54d5e7ba05d7e408dc5817a46 (diff)
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, 1 insertions, 0 deletions
diff --git a/test-suite/output/Notations2.v b/test-suite/output/Notations2.v
index 9ca180c9d..4c3eaa0c7 100644
--- a/test-suite/output/Notations2.v
+++ b/test-suite/output/Notations2.v
@@ -70,6 +70,7 @@ 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.