diff --git a/collects/typed-racket/utils/any-wrap.rkt b/collects/typed-racket/utils/any-wrap.rkt index 62161368..ffbb5bfb 100644 --- a/collects/typed-racket/utils/any-wrap.rkt +++ b/collects/typed-racket/utils/any-wrap.rkt @@ -9,7 +9,7 @@ (define (fail v) (raise-blame-error (blame-swap b) v - "Attempted to use a higher-order value passed as `Any` in untyped code")) + "Attempted to use a higher-order value passed as `Any` in untyped code: ~v" v)) (define (t v) (define (wrap-struct s)