Currently, a +nan.0 does an interesting thing to sorting:

#lang racket

(sort '(1 3 5 +nan.0 2 4 6) >)

yields

'(5 3 1 +nan.0 6 4 2)

Is this the answer we want?

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/675231ca-96b0-4039-94e4-7a744278c586%40mtasv.net.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: PGP signature

Reply via email to