[Haskell-cafe] Re: OOP'er with (hopefully) trivial questions.....

Peter Hercek phercek at gmail.com
Mon Dec 17 12:52:33 EST 2007


Thomas Davie wrote:
> Take a look at the Typable class.  Although, pretty much any code that 
> you can compile can be loaded into ghci without modification, and that's 
> by far the easier way of finding the types of things.

Is there a way to make ghci to know also the symbols which are not exported?
My problem is that :t <unexportedSymbolName> reports undefined. Is there a
way to make :t working without first exporting <unexportedSymbolName> and
then reloading the module in ghci and asking with :t again?

Peter.



More information about the Haskell-Cafe mailing list