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

2006-11-13 Thread John Ky
Hello,I have modules that don't export some functions. Is there a way I can access them from ghci without exporting them?Thanks-John ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

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

2006-11-13 Thread Joachim Breitner
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

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

2006-11-13 Thread Henning Thielemann
On Mon, 13 Nov 2006, Joachim Breitner wrote: 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