We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
quote-syntax
1 parent 9175540 commit c7bab7aCopy full SHA for c7bab7a
htdp-lib/stepper/private/reconstruct.rkt
@@ -518,8 +518,9 @@
518
519
; quote
520
[(quote body) (recon-value (eval-quoted expr) render-settings)]
521
+ [(quote-syntax v #:local) (recon-value (eval-quoted #'(quote v)) render-settings)]
522
+ [(quote-syntax v) (recon-value (eval-quoted #'(quote v)) render-settings)]
523
- ; quote-syntax : like set!, the current stepper cannot handle quote-syntax
524
525
; with-continuation-mark
526
[(with-continuation-mark . rest) (recon-basic)]
0 commit comments