6 lines
139 B
Text
6 lines
139 B
Text
definition tst : ℕ
|
||
(λ (a : Type₁), 2 + 3) ℕ
|
||
definition tst : ℕ
|
||
foo ℕ
|
||
definition tst1 : num
|
||
(λ (A : Type₁) (a : A), a) num 10
|