Typecheck

This commit is contained in:
Adrien Vannson
2022-05-17 11:23:54 +02:00
parent d15da6c958
commit 425951b1b9
5 changed files with 24 additions and 18 deletions
+1
View File
@@ -0,0 +1 @@
fun x: A => fun f: A -> False => f x : A -> ~~A
+1
View File
@@ -0,0 +1 @@
(fun x: A -> A => x x) : A -> A