# id-key.pkg
#
# Compiled by:
#
src/lib/std/standard.libpackage id_key {
#
Key = Id;
#
fun compare
(
d1: Id,
d2: Id
)
=
int::compare ( id_to_int d1,
id_to_int d2
);
};