lean4-htt/tests/lean/run/1558.lean
Leonardo de Moura f1c150228b fix: fixes #1558
2022-09-09 15:27:51 -07:00

5 lines
87 B
Text

example : (λ (u : Nat) => u + 0) = id :=by
conv =>
lhs
intro u
change u