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 <andrea.rossato@unibz.it> * Circle.hs: info and documentation Thu Jun 14 16:37:00 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * Combo.hs: info and documentation Thu Jun 14 16:37:31 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * Decoration.hs: info and documentation Thu Jun 14 16:37:53 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * Dmenu.hs: info and documentation Thu Jun 14 16:38:13 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * DwmPromote.hs: info and documentation Thu Jun 14 16:38:39 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * DynamicLog.hs: info and documentation Thu Jun 14 16:39:09 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * FindEmptyWorkspace.hs: info and documentation Thu Jun 14 16:39:53 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * GreedyView.hs: info and documentation Thu Jun 14 16:40:19 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * HintedTile.hs: info and documentation Thu Jun 14 16:41:02 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * metaModule.hs: info and documentation Thu Jun 14 16:41:18 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * Mosaic.hs: info and documentation Thu Jun 14 16:41:35 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * NamedWindows.hs: info and documentation Thu Jun 14 16:42:00 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * NoBorders.hs: info and documentation Thu Jun 14 16:42:25 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * RotView.hs: info and documentation Thu Jun 14 16:42:41 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * SimpleDate.hs: info and documentation Thu Jun 14 16:43:00 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * Spiral.hs: info and documentation Thu Jun 14 16:43:17 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * Square.hs: info and documentation Thu Jun 14 16:43:48 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * Submap.hs: info and documentation Thu Jun 14 16:44:09 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * TwoPane.hs: info and documentation Thu Jun 14 16:44:26 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * Warp.hs: info and documentation Thu Jun 14 16:44:43 CEST 2007 Andrea Rossato <andrea.rossato@unibz.it> * WorkspaceDir.hs: info and documentation
On Thu, 14 Jun 2007 16:53:53 +0200 Andrea Rossato <mailing_list@istitutocolli.org> wrote:
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