Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created April 15, 2015 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shigemk2/0cce02617abfd39377a1 to your computer and use it in GitHub Desktop.
Save shigemk2/0cce02617abfd39377a1 to your computer and use it in GitHub Desktop.
GHCi, version 7.6.3: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
hello, world
putStrLn :: String -> IO ()
putStrLn "hello, world" :: IO ()
putStrLn "hw" :: IO ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment