lean4-htt/tests/lean/run/1058.lean
2022-03-22 13:57:58 -07:00

5 lines
128 B
Text

example : List (Unit -> Nat) :=
let g := [by exact fun _ => 0]; g
example : List (Unit -> Nat) :=
let g := [fun _ => 0]; g