unnat

Untitled

Sep 23rd, 2021
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. xmonad.hs:217:44: error:
  2. Ambiguous occurrence ‘|||’
  3. It could refer to
  4. either ‘XMonad.Layout.LayoutCombinators.|||’,
  5. imported from ‘XMonad.Layout.LayoutCombinators’ at xmonad.hs:11:41-45
  6. or ‘XMonad.Layout.|||’,
  7. imported from ‘XMonad.Layout’ at xmonad.hs:12:1-20
  8. |
  9. 217 | myLayout = avoidStruts (smartBorders tiled ||| smartBorders Full ||| Mirror tiled )
  10. | ^^^
  11.  
  12. xmonad.hs:217:66: error:
  13. Ambiguous occurrence ‘|||’
  14. It could refer to
  15. either ‘XMonad.Layout.LayoutCombinators.|||’,
  16. imported from ‘XMonad.Layout.LayoutCombinators’ at xmonad.hs:11:41-45
  17. or ‘XMonad.Layout.|||’,
  18. imported from ‘XMonad.Layout’ at xmonad.hs:12:1-20
  19. |
  20. 217 | myLayout = avoidStruts (smartBorders tiled ||| smartBorders Full ||| Mirror tiled )
  21. | ^^^
  22.  
Advertisement
Add Comment
Please, Sign In to add comment