NOTICE: This package has been removed from pkgsrc

./wip/hs-pointedlist, Zipper-like comonad which works as a list, tracking a position

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


Branch: CURRENT, Version: 0.4.0.3, Package name: hs-pointedlist-0.4.0.3, 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-derive] [wip/hs-fclabels]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: ae58677529943edbffce9c03ad76d91bccf6b446
RMD160: 744c4dfc97cfb0d1c6e1c3265ee74ebd28940e16
Filesize: 4.382 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 08:15:32 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to pointedlist-0.4.0.3

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

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.