zipper -is:module -package:streams package:zipper-extra

Zipper utils that weren't in Control.Comonad.Store.Zipper Adds some utility functions for and reexports Control.Comonad.Store.Zipper
Like zipper but lifted to MonadThrow.
Return the peek of the next element if it exists.
Return the peek of the previous element if it exists.
Return a list of elements within r hops either side of the zipper target.
Exception thrown when trying to make an empty zipper.