Module Inout_type


module Inout_type: sig .. end


type tt = {
   over_inputs_if_termination : Locations.Zone.t;
   under_outputs_if_termination : Locations.Zone.t;
   over_inputs : Locations.Zone.t;
}
include struct ... end