NOTICE: This package has been removed from pkgsrc

./wip/hs-pointedlist03, Zipper-like comonad tracking a position (Old version)

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


Branch: CURRENT, Version: 0.3.5, Package name: hs-pointedlist03-0.3.5, Maintainer: pho

A PointedList tracks the position in a non-empty list which works
similarly to a zipper. A current item is always required, and
therefore the list may never be empty. A circular PointedList wraps
around to the other end when progressing past the actual edge.


Required to run:
[wip/ghc] [wip/hs-data-accessor]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: a3717128427c0eff84ca1b2c535c5345d92237a0
RMD160: bfadebed587d707f9653f8378a8abe2bffd9d531
Filesize: 4.182 KB

Version history: (Expand)


CVS history: (Expand)


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

discussed with wiz@.
   2012-03-04 07:10:32 by PHO / phonohawk | Files touched by this commit (2)
Log message:
binary is bundled in ghc-7.4.1

   2011-07-12 18:18:23 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-pointedlist03-0.3.5 as wip/hs-pointedlist03.

A PointedList tracks the position in a non-empty list which works
similarly to a zipper. A current item is always required, and
therefore the list may never be empty. A circular PointedList wraps
around to the other end when progressing past the actual edge.