hxt-8.4.1: A collection of tools for processing XML with Haskell.

Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe\@fh-wedel.de)

Control.Arrow.IOListArrow

Description

Implementation of pure list arrows with IO

Synopsis

Documentation

newtype IOLA a b Source

list arrow combined with IO monad

Constructors

IOLA 

Fields

runIOLA :: a -> IO [b]