package distributed

  1. Overview
  2. Docs
type t

Abstract type representing the messages that will be sent between processes.

val string_of_message : t -> string

string_of_message msg returns the string representation of msg.