9f4959fb64
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
6 lines
No EOL
104 B
Text
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) |