Skip to content

Instantly share code, notes, and snippets.

@txrev319
Created May 27, 2014 09:37
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 txrev319/b8db01ac91ee5d2805e5 to your computer and use it in GitHub Desktop.
Save txrev319/b8db01ac91ee5d2805e5 to your computer and use it in GitHub Desktop.
(Rec [x]
(U '{:op (Value :if)
:test x
:then x
:else x}
'{:op (Value :var)
:var clojure.lang.Var}
'{:op (Value :nil)}
'{:op (Value :false)}))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment