Fix broken internal error
This commit is contained in:
parent
404a314887
commit
e6503c5df6
|
@ -254,7 +254,7 @@
|
||||||
(match (map (f (not (= 1 (length arrs)))) arrs)
|
(match (map (f (not (= 1 (length arrs)))) arrs)
|
||||||
[(list e) e]
|
[(list e) e]
|
||||||
[l #`(case-> #,@l)])])]
|
[l #`(case-> #,@l)])])]
|
||||||
[_ (int-err "not a function" f)]))
|
[_ (int-err "not a function ~a" f)]))
|
||||||
|
|
||||||
;; Helpers for contract requirements
|
;; Helpers for contract requirements
|
||||||
(define (set-impersonator!)
|
(define (set-impersonator!)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user