Remove extraneous check.
This commit is contained in:
parent
cee3a3f2e1
commit
976c1de96d
|
@ -92,7 +92,7 @@
|
||||||
range))
|
range))
|
||||||
=> finish]
|
=> finish]
|
||||||
;; the function has no rest argument, but provides all the necessary fixed arguments
|
;; 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
|
(infer vars null
|
||||||
(list (-Tuple* arg-tys full-tail-ty))
|
(list (-Tuple* arg-tys full-tail-ty))
|
||||||
(list (-Tuple domain))
|
(list (-Tuple domain))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user