Don't let the stepper snoop inside `for-all'.
svn: r16076
This commit is contained in:
parent
65119301e6
commit
3ce1ce4c73
|
@ -985,8 +985,11 @@
|
||||||
(raise-syntax-error #f "inkorrekte `for-all'-Klausel - sollte die Form (id contr) haben"
|
(raise-syntax-error #f "inkorrekte `for-all'-Klausel - sollte die Form (id contr) haben"
|
||||||
pr))))
|
pr))))
|
||||||
(syntax->list #'(?clause ...)))))
|
(syntax->list #'(?clause ...)))))
|
||||||
#'(quickcheck:property
|
|
||||||
((?id ?arb) ...) ?body)))
|
(stepper-syntax-property #'(quickcheck:property
|
||||||
|
((?id ?arb) ...) ?body)
|
||||||
|
'stepper-skip-completely
|
||||||
|
#t)))
|
||||||
((_ ?something ?body)
|
((_ ?something ?body)
|
||||||
(raise-syntax-error #f "keine Klauseln der Form (id contr)"
|
(raise-syntax-error #f "keine Klauseln der Form (id contr)"
|
||||||
stx))
|
stx))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user