Module type Common_types.SequencerSig


module type SequencerSig = sig .. end

include Common_types.CoreModuleSig
type group 
module Chan_to_group: 
functor (Types : sig
type d_t 
type c_t 
end) -> ChanSrc_sequencer_to_group with type seq_dsc = t and type group_dsc = group and type d_t = Types.d_t and type c_t = Types.c_t
module Chan_from_group: 
functor (Types : sig
type s_t 
type c_t 
end) -> ChanDest_group_to_sequencer with type seq_dsc = t and type group_dsc = group and type s_t = Types.s_t and type c_t = Types.c_t