On Nov 17, 2007 5:58 PM, Spencer Janssen <sjanssen@cse.unl.edu> wrote:
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.


Oh, good point!  OK, fair enough, no splitting of XConfig. =)

-Brent