Functor Common_types.GroupCoreSig.Chan_from_sequencer


module Chan_from_sequencer: 
functor (Types : sig
type s_t 
type c_t 
end) -> ChanDest_sequencer_to_group with type group_dsc = t and type seq_dsc = sequencer and type s_t = Types.s_t and type c_t = Types.c_t
Parameters:
Types : sig type s_t type c_t end