Module Sort
Interface for (functional) list-sorting.
module
type
SORT
=
sig
type
elem
val
sort
:
elem
list
®
elem
list
end
January 31, 2002