lean2/tests/lean/kernel_ex1.lean

6 lines
104 B
Text
Raw Normal View History

variable N : Type
variable a : N
check fun x : a, x
check a a
variable f : N -> N
check f (fun x : N, x)