Copyright | (c) Nobuo Yamashita 2011-2016 |
---|---|
License | BSD3 |
Safe Haskell | None |
Language | Haskell2010 |
Author : Nobuo Yamashita Maintainer : nobsun@sampou.org Stability : experimental
- type (:~>) a b = OI (IOResult a) -> IOResult b
- openFile :: FilePath -> IOMode -> Handle :~> Handle
- hIsClosed :: Handle -> Bool :~> Bool
- hIsEOF :: Handle -> Bool :~> Bool
- hGetLine :: Handle -> String :~> String
- hClose :: Handle -> () :~> ()
- hPutStrLn :: Handle -> String -> () :~> ()
- isEOF :: Bool :~> Bool
- getLine :: String :~> String
- putStrLn :: String -> () :~> ()