[Haskell-begin] .hi files

Abhay Parvate abhay.parvate at gmail.com
Sat Jul 19 06:17:57 EDT 2008


You can inspect a few things in the .hi files:
    ghc --show-iface abc.hi
and it is usually used to see what conclusions ghc was able to reach about
your code (since your code will also generate .hi files). I don't think it's
much use looking into library .hi files however unless you are yourself the
library author. The library documentation is usually the best way to learn
about the library.

Regards,
Abhay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/beginners/attachments/20080719/6f37c88e/attachment.htm


More information about the Beginners mailing list