Functor Common_types.GroupCoreSig.Chan_from_application


module Chan_from_application: 
functor (Types : sig
type s_t 
type c_t 
end) -> ChanDest_application_to_group with type group_dsc = t and type s_t = Types.s_t and type c_t = Types.c_t
Parameters:
Types : sig type s_t type c_t end