module Congruence: sig .. end
sig
end
module Make: functor (Q : Common.QUEUE) -> sig .. end
functor (
Q
:
Common.QUEUE
) ->