tweaked wording of any error message
svn: r6071
This commit is contained in:
parent
352e9c8b2b
commit
bbb4f1c307
|
@ -60,7 +60,7 @@
|
|||
procedure?))))]))
|
||||
|
||||
(define-syntax (any stx)
|
||||
(raise-syntax-error 'any "Use any out of an arrow contract" stx))
|
||||
(raise-syntax-error 'any "use of any outside of an arrow contract" stx))
|
||||
|
||||
;; FIXME: need to pass in the name of the contract combinator.
|
||||
(define (build--> name doms doms-rest rngs rng-any? func)
|
||||
|
|
Loading…
Reference in New Issue
Block a user