X-Git-Url: http://git.lukelau.me/?p=scheme.git;a=blobdiff_plain;f=tests.scm;h=30d23f61ed6375c786574a1d18056eb0278b398a;hp=398793059e48cdd4b4523cf09fa5fc4b43359b3f;hb=844dcd052c6f551d9936693c2b4c49cf920c7051;hpb=869ab36eec3d6422cd56ba968b1e26ed9cef3ed1 diff --git a/tests.scm b/tests.scm index 3987930..30d23f6 100644 --- a/tests.scm +++ b/tests.scm @@ -43,6 +43,15 @@ (let ((str (read-file "/tmp/test-output.txt"))) (test str output))) +(test (data-tors '(data A + (foo Int Bool) + (bar Bool))) + '((foo . (abs Int (abs Bool A))) + (foo~0 . (abs A Int)) + (foo~1 . (abs A Bool)) + (bar . (abs Bool A)) + (bar~0 . (abs A Bool)))) + (test-types (typecheck '((lambda (x) (+ ((lambda (y) (x y 3)) 5) 2)))) '(abs (abs Int (abs Int Int)) Int))