rope-0.1: Tools for manipulating annotated ropes of bytestrings

Data.Rope.Util.Bifunctor

Documentation

class Bifunctor f whereSource

Methods

bimap :: (a -> b) -> (c -> d) -> f a c -> f b dSource

first :: (a -> b) -> f a c -> f b cSource

second :: (b -> c) -> f a b -> f a cSource