Typecheck
This commit is contained in:
@@ -0,0 +1 @@
|
||||
fun x: A => fun f: A -> False => f x : A -> ~~A
|
||||
@@ -0,0 +1 @@
|
||||
(fun x: A -> A => x x) : A -> A
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
fun x: A => fun f: A -> False => f x : A -> ~~A
|
||||
@@ -0,0 +1 @@
|
||||
(fun x: A -> A => x x) : A -> A
|
||||