module Scm_analyzer: sig .. end
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
functor (
Custom
:
) ->
S
with module Custom = Custom