The SML/NJ Library Reference Manual


The ARRAY_SORT signature


Synopsis

signature ARRAY_SORT

Interface

type 'a array
val sort : (('a * 'a) -> order) -> 'a array -> unit
val sorted : (('a * 'a) -> order) -> 'a array -> bool

Description

type 'a array

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

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



[ INDEX | TOP | Parent | Root ]

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