Name: arrow-list Version: 0.2.0 x-revision: 1 Synopsis: List arrows for Haskell. Description: This small Haskell library provides some type class, types and functions to work with list arrows. List arrows represent computations that may return multiple outputs. Making functions that return lists an instance of both the `Category` and `Arrow` type class allow you to easily compose multiple computations into one with standard building blocks. Category: Control License: BSD3 License-file: LICENSE Author: Sebastiaan Visser Maintainer: haskell@fvisser.nl Build-Type: Simple Cabal-Version: >= 1.6 Library GHC-Options: -Wall HS-Source-Dirs: src Build-Depends: base >= 4 && < 4.6, mtl >= 1.1 && < 2.1 Exposed-modules: Control.Arrow.ArrowKleisli Control.Arrow.ArrowList Control.Arrow.List