module BasicSetEquations: sig .. end
sig
end
module type SetType = sig .. end
module Make: functor (Set : SetType) -> sig .. end
functor (
Set
:
SetType
) ->