Advertisement
Guest User

Untitled

a guest
Oct 15th, 2021
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. xmonad.hs:56:11: error:
  2. • Couldn't match type: (KeyMask, KeySym)
  3. with: [Char]
  4. Expected: String
  5. Actual: (KeyMask, KeySym)
  6. • In the expression: (m .|. myModMask, k)
  7. In the expression: ((m .|. myModMask, k), windows $ f i)
  8. In the second argument of ‘(++)’, namely
  9. ‘[((m .|. myModMask, k), windows $ f i) |
  10. (i, k) <- zip myWorkspaces [xK_1 .. xK_9],
  11. (f, m) <- [(W.greedyView, 0), (W.shift, shiftMask)]]’
  12. |
  13. 56 | [((m .|. myModMask, k), windows $ f i)
  14. | ^^^^^^^^^^^^^^^^^^^^
  15.  
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement