Make it so that handlers lookup arrities other than the first.
Fixes current build breakage. original commit: 6b0676ef2bc697ed39bff52e32dcfa3a9199f3aa
This commit is contained in:
parent
06fe71fe1e
commit
56beba63d3
|
@ -63,7 +63,7 @@
|
|||
(define (get-result-ty t)
|
||||
(let loop ((t t))
|
||||
(match t
|
||||
[(Function: (cons (arr: (cons arg1 args) _ _ _ _) _))
|
||||
[(Function: (list _ ... (arr: (list arg1) _ _ #f (list (Keyword: _ _ #f) ...)) _ ...))
|
||||
(tc/funapp #'here #'(here) (ret t) (list (ret arg1)) #f)]
|
||||
[(? needs-resolving? t)
|
||||
(loop (resolve t))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user