Skip to content

Instantly share code, notes, and snippets.

@frenchy64
Created August 12, 2011 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save frenchy64/1141952 to your computer and use it in GitHub Desktop.
Save frenchy64/1141952 to your computer and use it in GitHub Desktop.
(match x
(1 |
2 |
3) :a0
1 :a1)
(match [x y]
([1 2] |
[2 3] |
[3 4]) :a0
[10 20] :a1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment