strict comparators
svn: r8800
This commit is contained in:
parent
7236a89568
commit
8c1ff5d5e0
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user