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

Safe HaskellNone

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