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 _________________________ Racket Developers list: http://lists.racket-lang.org/dev

