Skip to content

Instantly share code, notes, and snippets.

@jrheard
Last active December 13, 2015 20:28
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 jrheard/3c09a19e9a99947aad63 to your computer and use it in GitHub Desktop.
Save jrheard/3c09a19e9a99947aad63 to your computer and use it in GitHub Desktop.
(defn secondo [l x]
(fresh [r]
(resto l r)
(firsto r x)))
(defn has-classnameo [node classname]
(fresh [attrs]
(secondo node attrs)
(featurec attrs {:class classname})))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment