Data.FingerTree

data FingerTree v a

class Measured v a

Construction

empty

singleton

(<|)

(|>)

(><)

fromList

Deconstruction

null

data ViewL s a

data ViewR s a

viewl

viewr

split

takeUntil

dropUntil

Transformation

reverse

fmap'

fmapWithPos

unsafeFmap

traverse'

traverseWithPos

unsafeTraverse

Example