[Haskell-cafe] Re: If wishes were horses... (was: Re: definition of
sum)
Johannes Waldmann
waldmann at imn.htwk-leipzig.de
Fri Mar 12 07:05:40 EST 2010
David Virebayre <dav.vire+haskell <at> gmail.com> writes:
> But then if you need both version, you will have to import them
> qualified, which I don't like much.
solution: type directed name resolution:
* either in the language,
http://hackage.haskell.org/trac/haskell-prime/wiki/TypeDirectedNameResolution
* or, failing that, simulated by a helpful (type and module aware) IDE.
More information about the Haskell-Cafe
mailing list