2015-05-18 17:12:16 -07:00
|
|
|
|
definition tst : ℕ
|
2015-02-10 18:28:48 -08:00
|
|
|
|
(λ (a : Type₁), 2 + 3) ℕ
|
2015-05-18 17:12:16 -07:00
|
|
|
|
definition tst : ℕ
|
2015-02-10 18:28:48 -08:00
|
|
|
|
foo ℕ
|
2015-10-13 16:28:11 -07:00
|
|
|
|
definition tst1 : ℕ
|
|
|
|
|
(λ (A : Type₁) (a : A), a) ℕ 10
|