Interesting. But what makes sets special? My original program works with hashes, for example:
#lang racket (define h (eval '(begin (require racket/hash) (hash 1 2)) (make-base-namespace))) h ;; ⇒ '#hash((1 . 2)) (hash? h) ;; ⇒ #t (like I expected) -- Leandro Facchinetti <m...@leafac.com> https://www.leafac.com -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.