lean2/tests/lean/kernel_ex1.lean
Leonardo de Moura 9f4959fb64 test(tests/lean): kernel exception pp method
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-07 15:19:52 -08:00

6 lines
No EOL
104 B
Text

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