Module Shredded_load

module Shredded_load: sig .. end
load_shred_store_from_resolved_stream xml_stream dir name builds a new Shred store in directory dir, with logical name name, populated from the stream xml_stream

module type Shredded_Load_Functor_Sig = functor (Shredded_store : Shredded_load_sigs.Shredded_Load_Store) -> sig .. end
module Shredded_Load_Functor: Shredded_Load_Functor_Sig