|
|
|
|
|
by p0llard
2135 days ago
|
|
> There exist many type inference algorithms, the best known one is the so-called Algorithm W. Is this correct? I dug out Milner's paper [1] where he states that Algorithm J is more efficient (which was what I had been led to believe), but that Algorithm W is more suited to functional (as opposed to imperative) implementations. Edit: Actually I think I'm parsing this sentence incorrectly, "best known" means literally that as opposed to "most efficient known". [1] https://homepages.inf.ed.ac.uk/wadler/papers/papers-we-love/... |
|