lean4-htt/tests/lean/hole_in_fn.lean
2016-09-20 08:32:37 -07:00

6 lines
84 B
Text

inductive foo
| mk : (nat → nat) → foo
definition f : foo :=
foo.mk (λ n, _)