This package browser is in early development. Mind the rough edges.

ghc-pointedlist 0.6.1

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.

Installation

Install ghc-pointedlist 0.6.1 as follows:

guix install ghc-pointedlist@0.6.1

Or install the latest version:

guix install ghc-pointedlist

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.