aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/Cases.out
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-11-19 22:35:03 +0100
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-12-05 08:58:19 +0100
commitf4002e6c85f575fc8451adb80dba705795f0a0c9 (patch)
tree858fe95b5f9d9bf86139d45892655564947f8bda /test-suite/output/Cases.out
parentd1c4ea65c490b59d34a5464554237a270063cbc9 (diff)
Using x in output test-suite Cases.v (cosmetic).
Diffstat (limited to 'test-suite/output/Cases.out')
-rw-r--r--test-suite/output/Cases.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/output/Cases.out b/test-suite/output/Cases.out
index f846f4ee1..f44465456 100644
--- a/test-suite/output/Cases.out
+++ b/test-suite/output/Cases.out
@@ -47,10 +47,10 @@ foo' = if A 0 then true else false
f =
fun H : B =>
match H with
-| AC H0 =>
+| AC x =>
let b0 := b in
(if b0 as b return (P b -> True)
then fun _ : P true => Logic.I
- else fun _ : P false => Logic.I) H0
+ else fun _ : P false => Logic.I) x
end
: B -> True