Data.FingerTree

data FingerTree v a

class Measured v a

Construction

empty

singleton

(<|)

(|>)

(><)

fromList

Deconstruction

null

Examining the ends

data ViewL s a

viewl

data ViewR s a

viewr

Search

data SearchResult v a

search

Splitting

split

takeUntil

dropUntil

Transformation

reverse

Maps

fmap'

fmapWithPos

fmapWithContext

unsafeFmap

Traversals

traverse'

traverseWithPos

traverseWithContext

unsafeTraverse

Example