[Haskell-cafe] Testing non-exported functions using ghci

Joachim Breitner mail at joachim-breitner.de
Mon Nov 13 07:44:47 EST 2006


Hi,

Am Montag, den 13.11.2006, 21:24 +1100 schrieb John Ky:
> I have modules that don't export some functions.  Is there a way I can
> access them from ghci without exporting them?

It seems that if there are .hi files around, ghci can’t reach the
non-exported functions, but if you delete this file, it works.

Greetings,
Joachim
-- 
Joachim Breitner
  e-Mail: mail at joachim-breitner.de
  Homepage: http://www.joachim-breitner.de
  ICQ#: 74513189


More information about the Haskell-Cafe mailing list