4 lines
98 B
Text
4 lines
98 B
Text
import data.num
|
|
check (λ {A : Type.{1}} (a : A), a) 10
|
|
check (λ {A} a, a) 10
|
|
check (λ a, a) 10
|