hxt-8.5.2: A collection of tools for processing XML with Haskell.
Source code
Contents
Index
Control.Arrow.ListArrow
Portability
portable
Stability
experimental
Maintainer
Uwe 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]
fromLA
::
ArrowList
a =>
LA
b c -> a b c
Source
conversion of pure list arrows into other possibly more complex list arrows
Produced by
Haddock
version 2.6.0