Created
November 3, 2012 04:18
-
-
Save Sgeo/4005862 to your computer and use it in GitHub Desktop.
Some hypothetical test.
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
#_(deftest maybe-plus | |
(is (= :bogus | |
@(m/plus [m/maybe-zero-val | |
(m/do m/maybe | |
[_ (m/maybe 1)] | |
(throw (Exception. "Should not be thrown")))])))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment