Module Std.Interned


module Interned: Interned

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