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"
|
||||
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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user