
16 Feb
2012
16 Feb
'12
9:42 a.m.
On Wed, Feb 15, 2012 at 2:38 AM, Linus Arver
Testing the manage hook "as is" w/o separating the pure computation part is probably really hard to do... if I'm not mistaken XMonad already uses QuickCheck so you'd have to dig inside the XMonad code for some examples. This is a lot more difficult than just testing pure parts...
Defining manage hook as pure function sounds redundant because I cannot use already defined monadic management hooks inside of that function (maybe I am misunderstanding this part). That's why I wanted to test manage hook "as is". Takafumi