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