Created
September 9, 2017 15:15
-
-
Save paytonrules/530f59f3a5116afcf494b5e10a69cdf3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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