fix coercion to r6rs &undefined condition
svn: r9226
This commit is contained in:
parent
e4190d765f
commit
5ec2b40957
|
@ -133,7 +133,7 @@
|
||||||
#f))))
|
#f))))
|
||||||
null)
|
null)
|
||||||
(if (exn:fail:contract:variable? c)
|
(if (exn:fail:contract:variable? c)
|
||||||
(make-undefined-violation)
|
(list (make-undefined-violation))
|
||||||
null))]
|
null))]
|
||||||
[else (raise-type-error 'simple-conditions
|
[else (raise-type-error 'simple-conditions
|
||||||
"condition"
|
"condition"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user