5 lines
79 B
Text
5 lines
79 B
Text
structure foo :=
|
|
(f: unit -> unit)
|
|
|
|
definition bar : foo :=
|
|
{ f := λ a b, _ }
|