ajhc-0.8.0.6: Haskell compiler that produce binary through C language

Safe HaskellNone

Util.ReaderWriter

Documentation

data ReaderWriter r w a Source

Instances

runReaderWriter :: ReaderWriter r w a -> r -> (a, w)Source