| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Language.Primitives.IoAble
Documentation
Methods
classifyInput :: a -> Maybe InputClassification Source
classifyOutput :: a -> Maybe OutputClassification Source
pluckInner :: a -> IoSelector -> a Source
fromString :: String -> a Source
Instances
data OutputClassification Source
Constructors
| IoPrint | |
| IoWriteFile |
data InputClassification Source
Constructors
| IoReadFile |
data IoSelector Source
Constructors
| IoFilename | |
| IoContents | |
| IoReadFileSel |