Ticket #44 (closed proposed-project: fixed)

Opened 7 years ago

Last modified 5 years ago

Port Haddock to use the GHC API

Reported by: simonmar@… Owned by: none
Priority: Keywords: haddock ghc
Cc: Topic: Haddock
Difficulty: 1 person Summer Mentor: not-accepted

Description (last modified by simonmar) (diff)

 Haddock currently uses its own Haskell parser. It lacks supports for some GHC extensions, and it requires its own implementation of the Haskell module system, has its own format for interface files, and so on. It can't produce documentation for functions that have no type signatures, because it has no type system and can't infer the types.

If Haddock were built on top of the new GHC API, these shortcomings would be fixed, and Haddock would get a lot shorter (although the binary might be larger :-). GHC's parser would need to be adapted to handle Haddock-style documentation annotations, and the abstract syntax would have to carry these around.

Interested Mentors

  • Simon Marlow <simonmar@…>

Interested Students

  • David Waern <davve@…>

Change History

Changed 7 years ago by paolo

  • description modified (diff)

Changed 7 years ago by waern

  • description modified (diff)

Changed 7 years ago by paolo

  • topic changed from misc to Haddock
  • description modified (diff)

Changed 7 years ago by simonmar

  • description modified (diff)

Changed 7 years ago by waern

  • milestone set to kick off coding

Changed 6 years ago by simonmar

  • status changed from new to closed
  • resolution set to fixed

Done by David Wearn last year; project still ongoing.

Changed 5 years ago by anonymous

Milestone kick off coding deleted

Note: See TracTickets for help on using tickets.