Skip to content

Instantly share code, notes, and snippets.

@frenchy64
Created August 19, 2011 13:22
Show Gist options
  • Save frenchy64/1156777 to your computer and use it in GitHub Desktop.
Save frenchy64/1156777 to your computer and use it in GitHub Desktop.
(deftest match-single-3
(is (= (let [x 3]
(match-1 [1 2]
[2 1] :a0
(b :when #(= (count %) 2)) :a1))
:a1)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment