Is this a bug in  ghc-5.02-linux-i386-unknown  
?
A.hs  contains    module A where a = True

  ghci
  ...
  Prelude> :l A   
      Source file changed or recompilation check turned off
  Compiling A                ( A.hs, interpreted )
  ...
  A> :l X                         -- trying non-existing module
  can't find module `X'           -- all right
  Prelude> :m A
  `A' is not currently loaded     -- ?
  Prelude>


-----------------
Serge Mechveliani
[EMAIL PROTECTED]

_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to