On Thu, Apr 23, 2020 at 11:40:44PM -0500, Alexis King wrote: > > On Apr 23, 2020, at 21:15, Hendrik Boom <hend...@topoi.pooq.com> wrote: > > > > (fprintf anomaly "resEEEulttyope was ~s~n" resulttype) > > (fprintf anomaly "set resulttyoe to ~s~n" ty) > > ` (set! resulttype ty) > > (fprintf anomaly "resEEulttyope now ~s~n" resulttype) > > (Re-sending this because I forgot to CC the list the first time.) > > Assuming it is not some strange artifact of your email client’s formatting, > you have a backtick at the beginning of the line your set! expression appears > on, so it is quasiquoted and will not do anything.
Yes! You nailed it! I didn't even *see* the backtick until you pointed it out! Good thing I reallt copy-pasted it instead of typeing it in. > Both DrRacket and racket-mode communicate this information to you in > various ways: DrRacket won’t draw binding arrows for set! or > resulttype, and I believe racket-mode has similar functionality > (albeit displayed in a different way). Which explains why I wasn't getting binding arrows. Now I know what to look for when that happens. -- hendrik -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/20200424050847.takja5obmnhvk3pl%40topoi.pooq.com.