Module type S.MSG_ID
Message ID
val compare : t -> t -> intcompare a bcompares message IDsa&b.- returns
0if a = b-1ifa<b1ifb<a
val to_string : t -> stringto_string treturns a string representation of message IDt
val pp : Stdlib.Format.formatter -> t -> unitpp fmt tpretty-prints message IDt