haddock library?
Simon Marlow
simonmar at microsoft.com
Fri Jan 14 05:33:49 EST 2005
On 14 January 2005 09:33, Lemmih wrote:
> I've modified Haddock so it can dump the interfaces it has parsed (I
> simple made Interface an instance of Binary with some TH code). The
> Interface contains the parsed Haskell code plus documentation and this
> serves me well since I only intend to create tools like a graphical
> browser, :doc in GHCi and @doc in lambdabot.
> I've had some setbacks while hacking on the browser (named wxHaddock
> in lack better) and the lambdabot module but I'll probably finish both
> when I get some more time on my hands.
Sounds very cool! I imagine the dumped interfaces are going to be
pretty large, though - and I'm pretty sure you don't need the whole of
the Interface type.
Cheers,
Simon
More information about the Libraries
mailing list