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

Data.Rope.Util.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

Comonad (A s)