shakebook-0.1.5.1: Shake-based technical documentation generator.

Safe HaskellNone
LanguageHaskell2010

Shakebook.Zipper

Description

Zipper utils that weren't in Control.Comonad.Store.Zipper

Documentation

paginate :: Int -> [a] -> Maybe (Zipper [] [a]) Source #

zipperWithin :: Int -> Zipper [] a -> [a] Source #