On Saturday 17 November 2007 10:40:55 Brent Yorgey wrote:
> How do people feel about splitting the definition of XConfig out of> Core.hsand into its own file,> XConfig.hs?
The problem here is that the X monad carries XConfig as part of its state, and
XConfig refers to X in some of its components. We should avoid cyclic
dependencies as much as possible, I think.