
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, On Wednesday 09 January 2002 16:35, Simon Marlow wrote:
I'm currently showing the scope in the prompt, with the modules from which we're taking the exports only surrounded by square brackets. Eg.
[Prelude]>
Just the exports of the Prelude are in scope
[Prelude,IO]>
The exports from Prelude and IO are in scope
Main>
The whole top-level scope of module Main
Main[IO]>
The whole top-level scope of Main, plus additionally the exports of IO
A,B>
The combined top-level scopes of A and B.
This is exactly the feature I had requested! Thanks a lot! This is going to
make development with ghc a lot easier.
Regards,
- --
Eray Ozkural (exa)