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

CopyrightCopyright (C) 2005 Uwe Schmidt
LicenseMIT
MaintainerUwe Schmidt (uwe\@fh-wedel.de)
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell98

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 c Source

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