D.Minclude Distributed.Message_type with type t = bytesval string_of_message : t -> stringstring_of_message msg returns the string representation of msg.
type 'a step = 'a Msg.steptype 'a request = 'a Msg.requesttype 'a reply = 'a Msg.replyval index : t -> int