Skip to content

Instantly share code, notes, and snippets.

@jaen
Created March 10, 2015 09:11
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 jaen/a1b025093642e1df691b to your computer and use it in GitHub Desktop.
Save jaen/a1b025093642e1df691b to your computer and use it in GitHub Desktop.
(let [kek [:d :b :c]]
(clojure.core.match/match kek
[((:or :a :d) :as a) b c] (println "a=" a " b=" b " c=" c)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment