Remove extraneous check.
original commit: 976c1de96d21a61feefd3d1e4c5499e4f5a4fab3
This commit is contained in:
parent
6c069c38bd
commit
736a97e0b4
|
@ -92,7 +92,7 @@
|
|||
range))
|
||||
=> finish]
|
||||
;; the function has no rest argument, but provides all the necessary fixed arguments
|
||||
[(and (not rest) (not drest) (not tail-bound)
|
||||
[(and (not rest) (not drest)
|
||||
(infer vars null
|
||||
(list (-Tuple* arg-tys full-tail-ty))
|
||||
(list (-Tuple domain))
|
||||
|
|
Loading…
Reference in New Issue
Block a user