Module Shredded_store_sigs

module Shredded_store_sigs: sig .. end

module type Shredded_Cell_Type = sig .. end
module type Shredded_Type = sig .. end
module type Shredded_OrderedType = sig .. end
module type Record_Type = sig .. end
module type Generator = sig .. end
module type Shredded_Basetypes = sig .. end
module type Node_Record = sig .. end
module type Shredded_Recno_Functor_Sig = functor (BaseTypes : Shredded_Basetypes) -> functor (Record : Record_Type) -> sig .. end
module type Shredded_Btree_Functor_Sig = functor (Key : Shredded_OrderedType) -> functor (Value : Shredded_OrderedType) -> sig .. end
module type Shredded_Hash_Functor_Sig = functor (Key : Shredded_Type) -> functor (Value : Shredded_Type) -> sig .. end