Skip to content

Instantly share code, notes, and snippets.

@alpicola
Last active December 15, 2015 02:19
Show Gist options
  • Save alpicola/5186070 to your computer and use it in GitHub Desktop.
Save alpicola/5186070 to your computer and use it in GitHub Desktop.
(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