Module type Timing_wheel_intf.Timing_wheel

module type Timing_wheel = sig .. end

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