Created
March 22, 2018 07:47
-
-
Save clupasq/e3ec3bac0003e6ead27cf2322401cc63 to your computer and use it in GitHub Desktop.
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
x `shouldBe` y = putStrLn $ if x == y then "OK" else "Not OK!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment