![]() | Library Documentation | Structures | Signatures | Identifiers | Packages | About |
LIST_SORT (pkg github.com/diku-dk/sml-sort)Generic sorting functionality.
structure ListSort : LIST_SORT (pkg github.com/diku-dk/sml-sort)
signature LIST_SORT = sig
val sort : ('a * 'a -> order) -> 'a list -> 'a list
val sorted : ('a * 'a -> order) -> 'a list -> bool
end