5 lines
87 B
Text
5 lines
87 B
Text
example : (λ (u : Nat) => u + 0) = id :=by
|
|
conv =>
|
|
lhs
|
|
intro u
|
|
change u
|