racket/collects/typed-scheme/infer
Vincent St-Amour 80a9027f1e Take the meet of constraints earlier in the inference process.
This avoids constraint explosions in some cases, notably when working
with polydots and plain variable arity functions at the same time.

However, this also weakens inference a bit (breaks it for
unholy-terror and related tests), but not in a way that affects any
practical use cases that I know of.
2011-03-18 10:25:19 -04:00
..
constraint-structs.rkt
constraints.rkt Remove duplicate constraints when taking their meet. 2011-03-17 18:43:58 -04:00
dmap.rkt
infer-dummy.rkt
infer-unit.rkt Take the meet of constraints earlier in the inference process. 2011-03-18 10:25:19 -04:00
infer.rkt
promote-demote.rkt
restrict.rkt
signatures.rkt