The version of haskell-ghci.el I put up last night had two
spurious typos in it compared to the copy I'm running, and won't have
worked at all. Now fixed---apologies for any confusion.
http://home.arachsys.com/~chris/haskell-ghci.el
Cheers,
Chris.
I've adapted Guy Lapalme's haskell-hugs mode to work correctly with the
new GHCi (principally to recognise the different error message formats).
Having okayed this with him, I've popped it up for download for anyone
who might find it useful:
http://home.arachsys.com/~chris/haskell-ghci.el
Plea
"Simon Peyton-Jones" <[EMAIL PROTECTED]> writes:
> I hope the Report now unambiguously states that
>
> import M hiding (a,b,c)
> import qualified M hiding(a,b,c)
>
> imports exactly the same entities (namely all that M exports
> except a,b,c), only in the latter case only the quali
"Simon Marlow" <[EMAIL PROTECTED]> writes:
> Simon Peyton Jones writes:
>
> > In short, an import *always* brings the entire *qualified* set of
> > names into scope. Hiding and revealing applies only to unqualified
> > names. I must say that I thought GHC implemented this rule; if not I
> > shou