The SML/NJ Library Reference Manual


The LIST_SORT signature


Synopsis

signature LIST_SORT

Interface

val sort : (('a * 'a) -> bool) -> 'a list -> 'a list
val uniqueSort : (('a * 'a) -> order) -> 'a list -> 'a list
val sorted : (('a * 'a) -> bool) -> 'a list -> bool

Description

sort f l
explain the use and semantics of sort HERE.

uniqueSort f l
explain the use and semantics of uniqueSort HERE.

sorted f l
explain the use and semantics of sorted HERE.



[ INDEX | TOP | Parent | Root ]

Last Modified May 29, 1996
Copyright © 1996 AT&T Research