[racket] Conde Ordering

From: rod (rod at pu-gh.com)
Date: Wed May 23 08:44:04 EDT 2012

Hi, I'm following "The Reasoned Schemer" and implementing the answers in
Racket, but for one answer Racket seems to be returning the results in the
wrong order.  It's number 52, commented out here:

https://github.com/rodnaph/the-reasoned-schemer/blob/master/01-playthings.rkt#L215

The answer the book gives is:

(tea #t) (cup #t) (#f #t)

but the answer Racket gives is

(#f #t) (cup #t) (tea #t)

Can anyone spot what I've done wrong, or possibly explain the different
behaviours?

Thanks,

rod.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20120523/4890fd73/attachment.html>

Posted on the users mailing list.