[Haskell-cafe] question about ghci on windows ...
Ian Lynagh
igloo at earth.li
Wed Nov 21 19:08:07 EST 2007
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). ???
I'm not sure I understand your question, nor am I sure which bit of the
users guide you are looking at - can you tell us the section number
please?
Is
ghc --show-iface Foo.hi
what you want? Or
:t Data.List.length
from inside ghci?
Thanks
Ian
More information about the Haskell-Cafe
mailing list