[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#701174: ITP: haskell-pointedlist -- zipper-like comonad which works as a list, tracking a position



Package: wnpp
Severity: wishlist
Owner: Masayuki Hatta <mhatta@gmail.com>

* Package name    : haskell-pointedlist
  Version         : 0.4.0.4
  Upstream Author : Jeff Wheeler <jeffwheeler@gmail.com>
* URL             : http://hackage.haskell.org/package/pointedlist-0.4.0.4
* License         : BSD
  Programming Lang: Haskell
  Description     : zipper-like comonad which works as a list, tracking a position

This Haskell library provides PointedList, which 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.


Reply to: