| hxt-7.3: A collection of tools for processing XML with Haskell. | Contents | Index |
|
Control.Arrow.ListArrow | Portability | portable | Stability | experimental | Maintainer | Uwe 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 |
|
|
|
Documentation |
|
newtype LA a b |
pure list arrow data type
| Constructors | | Instances | |
|
|
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 |