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

Version : $Id: ListArrow.hs,v 1.7 20060504 14:17:53 hxml Exp $

Implementation of pure list arrows

Synopsis
newtype LA a b = LA {
runLA :: (a -> [b])
}
fromLA :: ArrowList a => LA b c -> a b c
Documentation
newtype LA a b
pure list arrow data type
Constructors
LA
runLA :: (a -> [b])
show/hide Instances
Arrow LA
ArrowApply LA
ArrowChoice LA
ArrowDTD LA
ArrowIf LA
ArrowList LA
ArrowPlus LA
ArrowTree LA
ArrowXml LA
ArrowZero LA
fromLA :: ArrowList a => LA b c -> a b c
conversion of pure list arrows into other possibly more complex list arrows
Produced by Haddock version 0.8