2 lines
65 B
Text
2 lines
65 B
Text
def foo : Prop :=
|
||
((λ (a : ℕ), a) = λ (a : ℕ), a) ↔ true
|
def foo : Prop :=
|
||
((λ (a : ℕ), a) = λ (a : ℕ), a) ↔ true
|