aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/Notations2.out
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-07-08 17:12:59 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-11-27 19:31:49 +0100
commite4a09fc480f512f54d5e7ba05d7e408dc5817a46 (patch)
tree3ce040b7abb1860a3dc60aade92e454c121c355b /test-suite/output/Notations2.out
parent97960e114e72bc38814e78a71f06aca4fdfc4512 (diff)
Selecting which notation to print based on current stack of scope.
See discussion on coq-club starting on 23 August 2016. An open question: what priority to give to "abbreviations"?
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 1ec701ae8..ecb8d2c9f 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