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