Parameter Make.6-Msg_id

type t
val compare : t -> t -> int

compare a b compares message IDs a & b.

returns
  • 0 if a = b
  • -1 if a < b
  • 1 if b < a
val to_string : t -> string

to_string t returns a string representation of message ID t

val pp : Stdlib.Format.formatter -> t -> unit

pp fmt t pretty-prints message ID t