Fixes Redex stepper's handling of symbols quoted with ||
This commit is contained in:
parent
3187cac716
commit
4b03ddccb1
|
@ -46,7 +46,7 @@
|
|||
(display "hole" op)]
|
||||
[(eq? val 'hole)
|
||||
(display ",'hole" op)]
|
||||
[else (display val op)]))
|
||||
[else (write val op)]))
|
||||
|
||||
(define reflowing-snip<%>
|
||||
(interface ()
|
||||
|
|
|
@ -42,4 +42,7 @@
|
|||
(cons (list (cons 15 16))
|
||||
(list (cons 15 20))))
|
||||
|
||||
(test (diff (term |a'|) (term b))
|
||||
(cons (list (cons 0 4)) (list (cons 0 1))))
|
||||
|
||||
(print-tests-passed 'stepper-test.ss)
|
Loading…
Reference in New Issue
Block a user