[xmonad] darcs patch: Unpolished arrow-based config with heavy
dependencies.
Adam Vogt
vogt.adam at gmail.com
Sun May 30 14:00:28 EDT 2010
* On Sunday, May 30 2010, Don Stewart wrote:
>Very interesting idea!
>
>Arrows for wiring?
It's more or less using (>=>) (or >>> for Kleisli) to chain together
functions looking like:
XConfig a -> IO (XConfig a')
Layout modifiers are treated specially so that they may be reordered or
discarded. Perhaps other parameters should work similarly...
--
Adam
More information about the xmonad
mailing list