strict comparators

svn: r8800
This commit is contained in:
Eli Barzilay 2008-02-25 15:02:56 +00:00
parent 7236a89568
commit 8c1ff5d5e0

View File

@ -332,7 +332,7 @@ The sort is stable: if two elements of @scheme[lst] are ``equal''
in either order), then the elements preserve their relative order
from @scheme[lst] in the output list. You should therefore use
@scheme[sort] with strict comparison functions (e.g., @scheme[<] or
@scheme[string<?]; not @scheme[<=] or @scheme[string<=?])}
@scheme[string<?]; not @scheme[<=] or @scheme[string<=?]).}
@; ----------------------------------------
@section{List Searching}