| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.BTree.Impure.Internal.Overflow
Description
Functions related to overflow pages.
Documentation
toLeafValue :: (AllocM m, Value v) => v -> m (LeafValue v) #
fromLeafValue :: (AllocReaderM m, Value v) => LeafValue v -> m v #
fromLeafItems :: (AllocReaderM m, Value v) => LeafItems k v -> m (Map k v) #