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

Data.Rope

Contents

Synopsis

Size

Slicing

class Breakable a whereSource

Methods

break :: (a -> Bool) -> Rope -> (Rope, Rope)Source

span :: (a -> Bool) -> Rope -> (Rope, Rope)Source

takeWhile :: (a -> Bool) -> Rope -> RopeSource

dropWhile :: (a -> Bool) -> Rope -> RopeSource

Instances

Walking

construction

Deconstructing Ropes