summaryrefslogtreecommitdiff
path: root/test-suite/output/Notations.out
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2012-12-29 10:57:45 +0100
committerGravatar Stephane Glondu <steph@glondu.net>2012-12-29 10:57:45 +0100
commit357d49cfb956380788efbf6d080ab00e678d29f7 (patch)
tree2b133eca4ef9b37eb9245db01db72493e5cbe19b /test-suite/output/Notations.out
parenteabf57d06ca1eafa762d7f31262e5515401eff55 (diff)
parentbf12eb93f3f6a6a824a10878878fadd59745aae0 (diff)
Merge tag 'upstream/8.4pl1dfsg' into experimental/master
Upstream version 8.4pl1dfsg
Diffstat (limited to 'test-suite/output/Notations.out')
-rw-r--r--test-suite/output/Notations.out9
1 files changed, 9 insertions, 0 deletions
diff --git a/test-suite/output/Notations.out b/test-suite/output/Notations.out
index beba8df9..66307236 100644
--- a/test-suite/output/Notations.out
+++ b/test-suite/output/Notations.out
@@ -127,3 +127,12 @@ Identifier 'foo' now a keyword
: nat
fun _ : nat => 9
: nat -> nat
+Identifier 'ONE' now a keyword
+fun (x : nat) (p : x = x) => match p with
+ | ONE => ONE
+ end = p
+ : forall x : nat, x = x -> Prop
+fun (x : nat) (p : x = x) => match p with
+ | 1 => 1
+ end = p
+ : forall x : nat, x = x -> Prop