13 Feb
2011
13 Feb
'11
4:22 p.m.
I have the opportunity of using The Glorious Glasgow Haskell Compilation System, version 6.12.1. In the documentation for GHCi, it says that the command ":show modules" should "Show the list of modules currently loaded." [from http://www.haskell.org/ghc/docs/6.12.1/html/users_guide/ghci-commands.html]. However, it clearly doesn't. I have been unable to find anything even remotely pertaining to this on "the Googles". Any ideas? /Fredrik, Stockholm
13 Feb
13 Feb
7:28 p.m.
It works for me with GHC 6.12.1 (Windows), although it seems that it only shows modules that you have loaded with the load command, e.g.: :load MyModule.hs rather than modules that you have imported, e.g: :import Data.Char
5401
Age (days ago)
5401
Last active (days ago)
1 comments
2 participants
participants (2)
-
Obscaenvs 74 -
Stephen Tetley