packages feed

exference-1.6.0.0: environment/SystemIO.hs

module System.IO where



data IO a

instance Data.Functor.Functor IO
instance Control.Applicative.Applicative IO
instance Control.Monad.Monad IO

type FilePath = Data.String.String