module Bus_debug: sig .. end
sig
end
module Debug: functor (Bus : module type of Bus) -> sig .. end
functor (
Bus
:
module type of Bus
) ->