[Haskell-beginners] GHCi: ":show modules" not working?

Stephen Tetley stephen.tetley at gmail.com
Sun Feb 13 12:28:34 CET 2011


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



More information about the Beginners mailing list