hxt-7.5: A collection of tools for processing XML with Haskell.ContentsIndex
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 2.1.0