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: 
functor (Base : Base) -> sig .. end