lean4-htt/tests/lean/convInConv.lean.expected.out
Leonardo de Moura 2b2f315fb9 chore: fix tests
2022-05-31 18:01:48 -07:00

19 lines
337 B
Text

x : Nat
| id (twice (id x))
x : Nat
| id x
x : Nat
| x
x : Nat
| id (twice x)
convInConv.lean:14:8-14:12: warning: declaration uses 'sorry'
y : Nat
| (fun x => x + y = 0) = fun x => False
y : Nat
| fun x => x + y = 0
y x : Nat
| y + x = 0
y : Nat
| (fun x => y + x = 0) = fun x => False
y : Nat
⊢ (fun x => y + x = 0) = fun x => False