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

5 lines
91 B
Text

constants (X : Type) (x y : X)
noncomputable meta def foo : bool -> X
| tt := x
| ff := y