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.

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to