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