Fixes minor bug affecting check-reduction-relation
This commit is contained in:
parent
ce03a34318
commit
253641a03e
|
@ -656,7 +656,7 @@
|
|||
(define (assert-rel name x)
|
||||
(if (reduction-relation? x)
|
||||
x
|
||||
(raise-type-error 'redex-check "reduction-relation" x)))
|
||||
(raise-type-error name "reduction-relation" x)))
|
||||
|
||||
(define-for-syntax (term-generator lang pat what)
|
||||
(with-syntax ([pattern
|
||||
|
|
Loading…
Reference in New Issue
Block a user