Lazy type-class resolution

MR K P SCHUPKE k.schupke at imperial.ac.uk
Fri Aug 13 04:18:30 EDT 2004


Yes, lazy type-class resolution is a known GHC feature - and in my
opinion much superior to Hugs stict type class resolution. Hugs
can get confused with overlapping instances and will choose the
wrong instance because it commits too early. GHC does not suffer
from this.

	Keean.


More information about the Glasgow-haskell-users mailing list