Skip to content

Instantly share code, notes, and snippets.

@shajra
Created April 22, 2016 06:50
Show Gist options
  • Save shajra/7288bf2b2d33b5c8b92e487b1e923257 to your computer and use it in GitHub Desktop.
Save shajra/7288bf2b2d33b5c8b92e487b1e923257 to your computer and use it in GitHub Desktop.
{-# 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