Re: [Haskell-cafe] question about ghci on windows ...

2007-11-22 Thread Andrew Coppin
Brandon S. Allbery KF8NH wrote: On Nov 21, 2007, at 19:57 , Galchin Vasili wrote: Hi Ian, I am trying to dump out all function signatures exported from System.Directory. I just tried inside ghci: :! ghc --show-iface System.Directory. This is getting closer ... thank you! However, now

[Haskell-cafe] question about ghci on windows ...

2007-11-21 Thread Galchin Vasili
Hello, I am reading through http://www.haskell.org/ghc/docs/latest/html/users_guide/index.html in particular the description of the boot libraries. I don't see how I can display function signatures from compiled code (i.e. .hi). ??? Kind regards, Vasya

Re: [Haskell-cafe] question about ghci on windows ...

2007-11-21 Thread Ian Lynagh
On Wed, Nov 21, 2007 at 05:46:35PM -0600, Galchin Vasili wrote: I am reading through http://www.haskell.org/ghc/docs/latest/html/users_guide/index.html in particular the description of the boot libraries. I don't see how I can display function signatures from compiled code (i.e. .hi).

Re: [Haskell-cafe] question about ghci on windows ...

2007-11-21 Thread Galchin Vasili
Hi Ian, I am trying to dump out all function signatures exported from System.Directory. I just tried inside ghci: :! ghc --show-iface System.Directory. This is getting closer ... thank you! However, now there appears to be a path problem because I get an error message: System.Directory:

Re: [Haskell-cafe] question about ghci on windows ...

2007-11-21 Thread Ian Lynagh
On Wed, Nov 21, 2007 at 06:57:55PM -0600, Galchin Vasili wrote: I am trying to dump out all function signatures exported from System.Directory. I just tried inside ghci: :! ghc --show-iface System.Directory. Aha, use :browse System.Directory Thanks Ian

Re: [Haskell-cafe] question about ghci on windows ...

2007-11-21 Thread Brandon S. Allbery KF8NH
On Nov 21, 2007, at 19:57 , Galchin Vasili wrote: Hi Ian, I am trying to dump out all function signatures exported from System.Directory. I just tried inside ghci: :! ghc --show-iface System.Directory. This is getting closer ... thank you! However, now there appears to be a path

Re: [Haskell-cafe] question about ghci on windows ...

2007-11-21 Thread Galchin Vasili
aha . ;^) thnaks, vaya On Nov 21, 2007 7:03 PM, Ian Lynagh [EMAIL PROTECTED] wrote: On Wed, Nov 21, 2007 at 06:57:55PM -0600, Galchin Vasili wrote: I am trying to dump out all function signatures exported from System.Directory. I just tried inside ghci: :! ghc --show-iface