Haskell Xml Toolbox 7.5: The Arrow APISource codeContentsIndex
Control.Arrow.IOListArrow
Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe\@fh-wedel.de)
Description

Version : $Id: IOListArrow.hs,v 1.6 20050902 17:09:39 hxml Exp $

Implementation of pure list arrows with io

Synopsis
newtype IOLA a b = IOLA {
runIOLA :: (a -> IO [b])
}
Documentation
newtype IOLA a b
list arrow combined with IO monad
Constructors
IOLA
runIOLA :: (a -> IO [b])
show/hide Instances
Produced by Haddock version 0.8