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

Data.Rope.Annotated.Internal

Contents

Synopsis

Documentation

data A s a Source

Constructors

A !Rope a 

Instances

Measured Offset (A s a) 
Functor (A s) 
Foldable (A s) 
Traversable (A s) 
Comonad (A s) 

null :: A s a -> BoolSource

Unpackable Ropes

head :: Unpackable t => A s a -> tSource

last :: Unpackable t => A s a -> tSource

unpack :: Unpackable t => A s a -> [t]Source

Annotation Products