try (dict-ref ‘(‘yay) ‘quote) -- Sent from my phoneamajig
> On Feb 27, 2021, at 15:31, Yury Bulka <[email protected]> wrote: > > Dear Racketeers, > > I have noticed something I don't understand: > >> (dict? '(yay)) > #f >> (dict? '('yay)) > #t >> (dict-ref '('yay) 'yay) > ; dict-ref: no value for key: 'yay in: '('yay) > > I'm puzzled - what makes '('yay) a dict compared to '(yay)? > > (Running Racket 7.8 on Linux). > > -- > Yury Bulka > https://mamot.fr/@setthemfree > #NotOnFacebook > > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-users/87mtvpf5pa.fsf%40privacyrequired.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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/B540457B-D95F-4C18-A978-90033951BA0C%40williamjbowman.com.

