Module Interned


module Interned: sig .. end

module type S = sig .. end
module Make: 
functor (S : sig
end) -> sig .. end