
9 Jun
2008
9 Jun
'08
3:45 p.m.
* On Monday, June 09 2008, Duncan Coutts wrote:
And - is there a way to make GHCi use aliased qualification? I find my self typing detailed taxonomies all the time there.
The ghci syntax currently is: :m Data.Set wouldn't it be much nicer as: import Data.Set then we could have the obvious: import Data.Set as Set
ghci does load modules when you type "import Data.Set" already, but it doesn't parse "import Data.Set as Set"