Rob Hoelz wrote:
> Does anyone know if/where I can find a specification for the .hi files
> generated by GHC?  I ask because I want to write an omni-completion
> plugin for Vim to make Haskell hacking a bit nicer.

I think it's pretty much considered unspecified; but there's code to 
read and write it in compiler/iface/BinIface.hs in any GHC source tree.

-- 
Chris Smith

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

Reply via email to