The SML/NJ Library Reference Manual


The MONO_ARRAY_SORT signature


Synopsis

signature MONO_ARRAY_SORT

Interface

structure A : MONO_ARRAY
val sort : ((A.elem * A.elem) -> order) -> A.array -> unit
val sorted : ((A.elem * A.elem) -> order) -> A.array -> bool

Description

structure A

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