Don't let the stepper snoop inside `for-all'.

svn: r16076
This commit is contained in:
Mike Sperber 2009-09-19 18:01:30 +00:00
parent 65119301e6
commit 3ce1ce4c73

View File

@ -985,8 +985,11 @@
(raise-syntax-error #f "inkorrekte `for-all'-Klausel - sollte die Form (id contr) haben"
pr))))
(syntax->list #'(?clause ...)))))
#'(quickcheck:property
((?id ?arb) ...) ?body)))
(stepper-syntax-property #'(quickcheck:property
((?id ?arb) ...) ?body)
'stepper-skip-completely
#t)))
((_ ?something ?body)
(raise-syntax-error #f "keine Klauseln der Form (id contr)"
stx))