Skip to content

Instantly share code, notes, and snippets.

Created May 14, 2015 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/38f6f285a97be27fd381 to your computer and use it in GitHub Desktop.
Save anonymous/38f6f285a97be27fd381 to your computer and use it in GitHub Desktop.
help!
([:n] [:pair [:number 1] [:number 1]] [:n] [:pair [:number 2] [:number 2]] [:n])
;; convert to
([:n] [:number 1] [:number 1] [:n] [:number 2] [:number 2] [:n])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment