Fix broken internal error
original commit: e6503c5df67327dd3d607b8197e99e6b619ba4b3
This commit is contained in:
parent
222c57e023
commit
60f3bcbc46
|
@ -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!)
|
||||
|
|
Loading…
Reference in New Issue
Block a user