Remove extraneous check.

This commit is contained in:
Eric Dobson 2014-04-28 21:14:14 -07:00
parent cee3a3f2e1
commit 976c1de96d

View File

@ -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))