5 lines
91 B
Text
5 lines
91 B
Text
constants (X : Type) (x y : X)
|
|
|
|
noncomputable meta def foo : bool -> X
|
|
| tt := x
|
|
| ff := y
|