Skip to content

Instantly share code, notes, and snippets.

@zakwilson
Created March 24, 2011 16:52
Show Gist options
  • Save zakwilson/885404 to your computer and use it in GitHub Desktop.
Save zakwilson/885404 to your computer and use it in GitHub Desktop.
(defmethod learn :unique-cat [how items]
(fn [corpus]
(merge-with merge-item
corpus
items)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment