Module Make_substring

module Make_substring: sig .. end

type bigstring = Bigstring.t 
module Blit: sig .. end
module type Base = sig .. end
module type S = Substring_intf.S
module F (Base : Base) : sig .. end