Skip to content

Instantly share code, notes, and snippets.

@paytonrules
Created September 9, 2017 15:15
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 paytonrules/530f59f3a5116afcf494b5e10a69cdf3 to your computer and use it in GitHub Desktop.
Save paytonrules/530f59f3a5116afcf494b5e10a69cdf3 to your computer and use it in GitHub Desktop.
; So why did this cause me issues for 30 minutes...
(defn- hash->sablono [h]
(clojure.core/remove nil? [(:elem h) (:attrs h) (:data h)]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment