hxt-8.3.1: A collection of tools for processing XML with Haskell.Source codeContentsIndex
Control.Arrow.IOListArrow
Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe\@fh-wedel.de)
Description
Implementation of pure list arrows with IO
Synopsis
newtype IOLA a b = IOLA {
runIOLA :: a -> IO [b]
}
Documentation
newtype IOLA a b Source
list arrow combined with IO monad
Constructors
IOLA
runIOLA :: a -> IO [b]
show/hide Instances
Produced by Haddock version 2.4.2