
21 Nov
2007
21 Nov
'07
7:08 p.m.
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