Structs are generative. So in different namespaces they mean different things. 


> On Jan 10, 2019, at 1:26 PM, 'Leandro Facchinetti' via Racket Users 
> <racket-users@googlegroups.com> wrote:
> 
> 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.

-- 
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.

Reply via email to