Data.Rope.Body
Documentation
type Body = FingerTree Offset ChunkSource
Constructors
Chunk | |
Fields |
measureBody :: Measured Offset a => FingerTree Offset a -> IntSource
consBody :: ByteString -> Body -> BodySource
snocBody :: Body -> ByteString -> BodySource