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