Parameter Make.6-Msg_id
val compare : t -> t -> int
compare a b
compares message IDsa
&b
.- returns
0
if a = b-1
ifa
<b
1
ifb
<a
val to_string : t -> string
to_string t
returns a string representation of message IDt
val pp : Stdlib.Format.formatter -> t -> unit
pp fmt t
pretty-prints message IDt