diff --git a/collects/typed-racket/private/type-contract.rkt b/collects/typed-racket/private/type-contract.rkt index b5ab0f7b..eadd2a0c 100644 --- a/collects/typed-racket/private/type-contract.rkt +++ b/collects/typed-racket/private/type-contract.rkt @@ -254,7 +254,7 @@ (match (map (f (not (= 1 (length arrs)))) arrs) [(list e) e] [l #`(case-> #,@l)])])] - [_ (int-err "not a function" f)])) + [_ (int-err "not a function ~a" f)])) ;; Helpers for contract requirements (define (set-impersonator!)