All pastes #1939710 Raw Edit

ml|

public text v1 · immutable
#1939710 ·published 2010-09-13 14:46 UTC
rendered paste body
xmonad.hs:178:5:
    Couldn't match expected type `X ()'
           against inferred type `WorkspaceId -> X ()'
      Expected type: ([Char], X ())
      Inferred type: ([Char], WorkspaceId -> X ())
    In the expression: ("M-x /", toggleOrViewNoNSP)
    In the first argument of `(++)', namely
        `[("M-f", sendMessage (Toggle "Full")),
          ("M-d r", renameWorkspace myXPConfig),
          ("M-g i", runOrRaiseMaster "gimp" (className =? "Gimp")),
          ("M-g p", runOrRaiseMaster "gpodder" (className =? "Gpodder")),
          ....]'