pointedlist: A zipper-like comonad which works as a list, tracking a position.
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.
Downloads
- pointedlist-0.6.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4, 0.6, 0.6.1 |
---|---|
Dependencies | base (>=4 && <5), binary [details] |
License | BSD-3-Clause |
Author | Jeff Wheeler |
Maintainer | jeffwheeler@gmail.com |
Category | Data |
Source repo | head: git clone git://github.com/jeffwheeler/pointedlist.git |
Uploaded | by fread2281 at 2014-04-26T18:26:59Z |
Distributions | Arch:0.6.1, Debian:0.6.1, LTSHaskell:0.6.1, NixOS:0.6.1, Stackage:0.6.1 |
Reverse Dependencies | 11 direct, 22 indirect [details] |
Downloads | 26862 total (121 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |