Netchannel.Assemble
module type FRAME_MSG = sig ... end
module Make : functor (F : FRAME_MSG) -> sig ... end