Untitled
public
May 19, 2024
Never
32
1 xmonad.hs:97:80: error: [GHC-83865] 2 • Couldn't match expected type ‘ScreenId’ with actual type ‘Int’ 3 • In the second argument of ‘(/=)’, namely ‘currentScreen’ 4 In the expression: x /= currentScreen 5 In a stmt of a list comprehension: x /= currentScreen 6 | 7 97 | , s <- [x | x <- [0 .. nScreens], x /= currentScreen] 8 |