Parameter Make.1-Group_id
val compare : t -> t -> int
compare a b
compares group 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 group IDt
val pp : Stdlib.Format.formatter -> t -> unit
pp fmt t
pretty-prints group IDt