Fix broken internal error

original commit: e6503c5df67327dd3d607b8197e99e6b619ba4b3
This commit is contained in:
Asumu Takikawa 2013-05-23 20:05:37 -04:00
parent 222c57e023
commit 60f3bcbc46

View File

@ -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!)