From: Jens Axel Søgaard (jensaxel at soegaard.net) Date: Thu Jan 22 05:24:25 EST 2015 |
|
This program returns #f - I was expecting to see #t. #lang racket (define a '(1 2 3)) (define b '(1 2 3)) (eq? a b) Why not guarantee uniqueness of literals occurring in the same module? /Jens Axel
Posted on the dev mailing list. |
|