shakebook-0.1.5.0: Shake-based markdown/latex webbook.

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 #