comonad-extras-3.0.2: Comonad transformers requiring extensions to Haskell 98

Portabilityportable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Safe HaskellSafe-Inferred

Control.Comonad.Store.Zipper

Description

 

Documentation

zipper :: Traversable t => t a -> Maybe (Zipper t a)Source

zipper1 :: Traversable1 t => t a -> Zipper t aSource

unzipper :: Zipper t a -> t aSource