svn: r15852
This commit is contained in:
parent
9bbbec05b3
commit
0a4bfe6d3c
|
@ -8,9 +8,9 @@
|
|||
(define out-proc (contract-proc out))
|
||||
(make-proj-contract
|
||||
(build-compound-type-name 'stuffer/c in out)
|
||||
(λ (pos-blame neg-blame src-info orig-str)
|
||||
(define in-app (in-proc pos-blame neg-blame src-info orig-str))
|
||||
(define out-app (out-proc pos-blame neg-blame src-info orig-str))
|
||||
(λ (pos-blame neg-blame src-info orig-str positive-position?)
|
||||
(define in-app (in-proc pos-blame neg-blame src-info orig-str positive-position?))
|
||||
(define out-app (out-proc pos-blame neg-blame src-info orig-str positive-position?))
|
||||
(λ (val)
|
||||
(unless (stuffer? val)
|
||||
(raise-contract-error
|
||||
|
|
Loading…
Reference in New Issue
Block a user