Remove extraneous check.

original commit: 976c1de96d21a61feefd3d1e4c5499e4f5a4fab3
This commit is contained in:
Eric Dobson 2014-04-28 21:14:14 -07:00
parent 6c069c38bd
commit 736a97e0b4

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