Re: Emacs ghci mode

2001-07-19 Thread Chris Webb
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.

Emacs ghci mode

2001-07-18 Thread Chris Webb
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

Re: infelicity in module imports

2001-07-12 Thread Chris Webb
"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

Re: infelicity in module imports

2001-07-05 Thread Chris Webb
"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