NOTICE: This package has been removed from pkgsrc

./wip/hs-arrow-list, List arrows for Haskell

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.2.0, Package name: hs-arrow-list-0.2.0, Maintainer: pho

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.


Required to run:
[wip/ghc] [devel/hs-mtl]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 3b4204912aa01b8057eb3868e309f16443d0d1d0
RMD160: bef08db1e4bfce8c28039e9bd9e8e2186258c8a6
Filesize: 3.613 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-05-16 22:47:07 by Ryosuke Moro | Files touched by this commit (112)
Log message:
Remove hs-mtl, imported to pkgsrc/devel
   2012-01-05 15:03:36 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-arrow-list-0.2.0 as wip/hs-arrow-list.

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.