Extra-1.33: A grab bag of modules.

Extra.TIO

Contents

Synopsis

Documentation

module Extra.CIO

The TIO monad

type TIO = TIOT IOSource

runTIO :: TStyle -> TIO a -> IO aSource

Perform a TIO monad task in the IO monad.

tryTIO :: TIO a -> TIO (Either Exception a)Source

Catch exceptions in a TIO action.