Module Both_convert.Plain

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