Created
March 6, 2015 07:22
-
-
Save webyrd/b984f45a59f0e6fab814 to your computer and use it in GitHub Desktop.
type-conflicto triple duplicate answers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(test "type-conflicto-1" | |
(run* (t1 t2 b) | |
(== t1 t2) | |
(type-conflicto t1 t2 b)) | |
'((_.0 _.0 #f) | |
(_.0 _.0 #f) | |
(_.0 _.0 #f))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment