module Nopres_impl: sig .. end
sig
end
module type Implementation = sig .. end
module Make: functor (S : Strat.T) -> functor (Impl : Implementation) -> sig .. end
functor (
S
:
Strat.T
) ->
Impl
Implementation