Advertisement
Guest User

Untitled

a guest
Dec 17th, 2024
14
0
6 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. xmonad.hs:105:94: error:
  2. • Couldn't match expected type ‘ScreenId’
  3. with actual type ‘ScreenId -> ScreenId’
  4. • The lambda expression ‘\ (S n) -> S (1 - n)’
  5. has one value argument,
  6. but its type ‘ScreenId’ has none
  7. In the third argument of ‘onScreen'’, namely
  8. ‘(\ (S n) -> S (1 - n))’
  9. In the first argument of ‘windows’, namely
  10. ‘(onScreen'
  11. viewEmptyWorkspace FocusCurrent (\ (S n) -> S (1 - n)))’
  12. |
  13. 105 | , ((mod4Mask .|. controlMask, xK_e), windows (onScreen' viewEmptyWorkspace FocusCurrent (\(S n) -> S (1 - n))))
  14. | ^^^^^^^^^^^^^^^^^^^
  15.  
  16. Please check the file for errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement