Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Same as Prelude
, except using the new IO
type.
Synopsis
- module CheckedIO.Prelude.NoIO
- type IO = IOE SomeSyncException
- putStrLn :: String -> IO ()
- getLine :: IO String
CheckedIO.Prelude.NoIO
module CheckedIO.Prelude.NoIO
CheckedIO.Core
type IO = IOE SomeSyncException Source #
A helper containing any synchronous exception.