Module

Dodo.Internal.Buffer

#Buffer

newtype Buffer b

Constructors

#branch

branch :: forall b. Buffer b -> Buffer b

#commit

commit :: forall b. Buffer b -> Buffer b

#revert

revert :: forall b. Buffer b -> Buffer b

#modify

modify :: forall b. (b -> b) -> Buffer b -> Buffer b

#get

get :: forall b. Buffer b -> b

#new

new :: forall b. b -> Buffer b

#isBranching

isBranching :: forall b. Buffer b -> Boolean

Modules