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

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

Control.Arrow.ListArrow

Description

Implementation of pure list arrows

Synopsis

Documentation

newtype LA a b Source

pure list arrow data type

Constructors

LA 

Fields

runLA :: a -> [b]
 

fromLA :: ArrowList a => LA b c -> a b cSource

conversion of pure list arrows into other possibly more complex list arrows