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

Safe HaskellNone
LanguageHaskell2010

Data.BTree.Impure.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 #