module type Timing_wheel = sig .. end
sig
end
module type S = Timing_wheel_intf.S
Timing_wheel_intf.S
include Timing_wheel_intf.Timing_wheel.S
module Debug: functor (M : S) -> sig .. end
functor (
M
:
S
) ->