6 lines
84 B
Text
6 lines
84 B
Text
|
|
inductive foo
|
|
| mk : (nat → nat) → foo
|
|
|
|
definition f : foo :=
|
|
foo.mk (λ n, _)
|