Module Scm_analyzer


module Scm_analyzer: sig .. end

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