Created
November 17, 2011 22:24
-
-
Save broquaint/1374748 to your computer and use it in GitHub Desktop.
The inverse of clojure.test/is
This file contains hidden or 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
(defmacro isnt [form msg] | |
'(is '(not form) 'msg)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment