Functor Common_types.GroupCoreSig.Chan_to_application


module Chan_to_application: 
functor (Types : sig
type d_t 
type c_t 
end) -> ChanSrc_group_to_application with type group_dsc = t and type d_t = Types.d_t and type c_t = Types.c_t
Parameters:
Types : sig type d_t type c_t end