Fix inference for simple fns with ...
svn: r11977 original commit: 3db02a50e168ae8f22c056919cc1413bfb1b7c73
This commit is contained in:
parent
5239b94d65
commit
2f7553ada9
|
@ -451,7 +451,7 @@
|
|||
[(tc-result: (and t
|
||||
(or (Poly: vars
|
||||
(Function: (list (arr: doms rngs (and rests #f) (and drests #f) '() thn-effs els-effs) ...)))
|
||||
(PolyDots: (list vars ... _)
|
||||
(PolyDots: (list vars ...)
|
||||
(Function: (list (arr: doms rngs (and rests #f) (and drests #f) '() thn-effs els-effs) ...))))))
|
||||
(handle-clauses (doms rngs) f-stx
|
||||
(lambda (dom _) (= (length dom) (length argtypes)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user