rope-0.1: Tools for manipulating annotated ropes of bytestrings

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