rope-0.6.4: Tools for manipulating fingertrees of bytestrings with optional annotations

Safe HaskellSafe-Inferred

Data.Rope.Branded.Comonad

Documentation

class Functor w => Comonad w whereSource

Methods

extract :: w a -> aSource

duplicate :: w a -> w (w a)Source

extend :: (w a -> b) -> w a -> w bSource

Instances