aboutsummaryrefslogtreecommitdiff
path: root/src/HsSyn.lhs
Commit message (Collapse)AuthorAgeFilesLines
* [haddock @ 2002-04-26 11:18:56 by simonmar]simonmar2002-04-261-3/+4
| | | | | | | - support for fundeps (partially contributed by Brett Letner - thanks Brett). - make it build with GHC 4.08.2
* [haddock @ 2002-04-25 14:40:05 by simonmar]simonmar2002-04-251-1/+4
| | | | | | | - Add support for named chunks of documentation which can be referenced from the export list. - Copy the icon from $libdir to the destination in HTML mode.
* [haddock @ 2002-04-24 15:57:47 by simonmar]simonmar2002-04-241-6/+4
| | | | Handle gcons in export lists (a common extension).
* [haddock @ 2002-04-10 16:10:26 by simonmar]simonmar2002-04-101-1/+2
| | | | | Now we understand (or at least don't barf on) type signatures in patterns such as you might find when scoped type variables are in use.
* [haddock @ 2002-04-04 16:23:43 by simonmar]simonmar2002-04-041-0/+312
This is Haddock, my stab at a Haskell documentation tool. It's not quite ready for release yet, but I'm putting it in the repository so others can take a look. It uses a locally modified version of the hssource parser, extended with support for GHC extensions and documentation annotations.