TV-0.4.9: Tangible Values -- composable interfaces

Portabilityportable
Stabilityexperimental
Maintainerconal@conal.net
Safe HaskellSafe-Infered

Interface.TV.IO

Contents

Description

Make IO play with TV

Synopsis

Inputs

Outputs

interactRSSource

Arguments

:: (Read a, Show b) 
=> a

default, if read fails

-> Output IO OI (a -> b) 

Read+Show of interact

TVs

fromFile :: FilePath -> TV IO OI (String -> String)Source

Identity function, with fileIn and stringOut

toFile :: FilePath -> TV IO OI (String -> String)Source

Identity function, with stringIn' and fileOut

Disambiguator

runIO :: RunTV IO OISource

Type-disambiguating alias for runTV