
9 Feb
2009
9 Feb
'09
8:41 a.m.
For example className =? "Google Mail" --> doShift "1" className =? "Google Calendar" --> doShift "1" would become className <some regexp matching operator> "Google .*" doShift "1" How to do this in Haskell? I couldn't find any examples of this in the config archive.. Henri