Fixes minor bug affecting check-reduction-relation

This commit is contained in:
Casey Klein 2010-07-16 09:48:12 -05:00
parent ce03a34318
commit 253641a03e

View File

@ -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