Last active
December 15, 2015 02:19
-
-
Save alpicola/5186070 to your computer and use it in GitHub Desktop.
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 (match {4 2 1 9} (List Integer) | |
{[(foldr (lambda [$i $l] | |
<cons $a_i l>) | |
<nil> | |
(between 1 4)) | |
[a_1 a_2 a_3 a_4]]})) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment