packages feed

haskey-btree-0.1.0.0: src/Data/BTree/Alloc.hs

-- | Page allocators that manage all physical pages.
module Data.BTree.Alloc (
  module Data.BTree.Alloc.Class
) where

import Data.BTree.Alloc.Class