original commit: c448e159586667c49601ce45d56f0eca0916c099
This commit is contained in:
Robby Findler 2003-09-26 21:43:04 +00:00
parent caf4d822ce
commit d4d65ef3ed

View File

@ -83,6 +83,11 @@
[formals
(cond
[(predicate-name)
call
;; Doesn't do post-condition checking,
;; since it isn't thread safe
#;
(begin0
call
(unless (or (result-predicate-name) ...)
@ -91,7 +96,8 @@
"expected one of states ~s after calling ~s in state ~s"
'(result-predicate-state ...)
'method-name
'state-name)))]
'state-name)))
]
...
[else
(sequence-contract-violation