On 13 May 2012 12:37, Gwern Branwen <gwern0@gmail.com> wrote:Is the previous code right? I'm seeing an only single quote.
> q ~? x = fmap (x `isInfixOf`) q
>
> myManageHook = (composeAll . concat $ --shifting actions
> [ [ title =? x --> doCenterFloatToAll | x <- important ]
> ....
> , [ className =? "Skype" <&&> title ~? "Call with " -?>
> doSideFloat' CE ]
Overall, I don't understand the example... what it has to do the first
line with the last one?