aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/Notations2.out
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.out
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.out')
-rw-r--r--test-suite/output/Notations2.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/Notations2.out b/test-suite/output/Notations2.out
index f57cc163d..a1028bda0 100644
--- a/test-suite/output/Notations2.out
+++ b/test-suite/output/Notations2.out
@@ -41,7 +41,7 @@ Notation plus2 n := (S(S(n)))
match n with
| nil => 2
| 0 :: _ => 2
-| list1 => 0
+| 1 :: nil => 0
| 1 :: _ :: _ => 2
| plus2 _ :: _ => 2
end