hxt-8.3.1: A collection of tools for processing XML with Haskell.Source codeContentsIndex
Control.Arrow.ListArrow
Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe\@fh-wedel.de)
Description
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 Source
pure list arrow data type
Constructors
LA
runLA :: a -> [b]
show/hide Instances
fromLA :: ArrowList a => LA b c -> a b cSource
conversion of pure list arrows into other possibly more complex list arrows
Produced by Haddock version 2.4.2