lean4-htt/tests/lean/run/noncomputable_meta.lean

5 lines
91 B
Text

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