sig
type
t = int
val
eq : t
->
t
->
bool
val
to_string : t
->
string
val
compare : t
->
t
->
int
end