haskey-btree-0.3.0.0: B+-tree implementation in Haskell.

Safe HaskellNone
LanguageHaskell2010

Data.BTree.Impure.Internal.Overflow

Description

Functions related to overflow pages.

Documentation

toLeafValue :: (AllocM m, Value v) => v -> m (LeafValue v) Source #

toLeafItems :: (AllocM m, Value v) => Map k v -> m (LeafItems k v) Source #

fromLeafItems :: (AllocReaderM m, Value v) => LeafItems k v -> m (Map k v) Source #