darcs patch: Circle.hs: info and documentation (and 20 more)

There we go. Single patches for each file. It's been a lot of work.
Here you may watch the result.
http://gorgias.mine.nu/xmonad/
Still one problem with Mosaic.hs
Haddock doesn't like the Mosaic data declaration (data Mosaic a where).
Looking for a solution.
ciao
andrea
Thu Jun 14 16:35:50 CEST 2007 Andrea Rossato

On Thu, 14 Jun 2007 16:53:53 +0200
Andrea Rossato
There we go. Single patches for each file. It's been a lot of work. Here you may watch the result. http://gorgias.mine.nu/xmonad/
Applied, thank you!
Still one problem with Mosaic.hs Haddock doesn't like the Mosaic data declaration (data Mosaic a where). Looking for a solution.
Mosaic uses a GADT style data declaration for no good reason -- I just pushed a patch that fixes this. Cheers, Spencer Janssen

On Thu, Jun 14, 2007 at 03:53:20PM -0500, Spencer Janssen wrote:
Still one problem with Mosaic.hs Haddock doesn't like the Mosaic data declaration (data Mosaic a where). Looking for a solution.
Mosaic uses a GADT style data declaration for no good reason -- I just pushed a patch that fixes this.
Bad habits, I supppose. I like the GADT style--but also agree that it's better not to use it in this case. -- David Roundy Department of Physics Oregon State University
participants (3)
-
Andrea Rossato
-
David Roundy
-
Spencer Janssen