libghc-pointedlist-prof

Zipper-like comonad which works as a list, tracking a position; profiling libraries
  http://hackage.haskell.org/package/pointedlist
  0
  no reviews



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.

this package contains the libraries compiled with profiling enabled.