lean4-htt/tests/lean/run/let_vm_bug.lean

6 lines
79 B
Text

def f : nat → nat :=
let A := nat in
λ (a : A), a
example : f 0 = 0 :=
rfl