Functor Common_types.GroupCoreSig.Chan_from_viewmanager


module Chan_from_viewmanager: 
functor (Types : sig
type s_t 
type c_t 
end) -> ChanDest_viewmanager_to_group with type group_dsc = t and type viewmgr_dsc = viewmgr and type s_t = Types.s_t and type c_t = Types.c_t
Parameters:
Types : sig type s_t type c_t end