Created
April 22, 2016 06:50
-
-
Save shajra/7288bf2b2d33b5c8b92e487b1e923257 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
{-# LANGUAGE NoImplicitPrelude #-} | |
import qualified Prelude as P | |
main :: P.IO () | |
main = P.putStrLn "Test suite not yet implemented" | |
a :: P.Maybe P.Bool | |
a = P.fmap (\x -> x P.== 1) (P.Just 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment