lean4-htt/old_tests/tests/lean/bad_error4.lean
2018-04-10 12:56:55 -07:00

5 lines
79 B
Text

structure foo :=
(f: unit -> unit)
definition bar : foo :=
{ f := λ a b, _ }