aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm
diff options
context:
space:
mode:
Diffstat (limited to 'src/Rahm')
-rw-r--r--src/Rahm/Desktop/Workspaces.hs29
1 files changed, 2 insertions, 27 deletions
diff --git a/src/Rahm/Desktop/Workspaces.hs b/src/Rahm/Desktop/Workspaces.hs
index cd8ab84..4763e26 100644
--- a/src/Rahm/Desktop/Workspaces.hs
+++ b/src/Rahm/Desktop/Workspaces.hs
@@ -41,33 +41,8 @@ import XMonad
windows,
withWindowSet,
)
-import Prelude
- ( Bool (..),
- Enum,
- Eq (..),
- Foldable (elem),
- Functor (fmap),
- Int,
- Maybe (..),
- Monad (return),
- Ord (compare),
- String,
- const,
- filter,
- flip,
- fst,
- head,
- last,
- map,
- maybe,
- reverse,
- snd,
- ($),
- (++),
- (.),
- (<$>),
- (=<<),
- )
+
+import Prelude hiding ((!!))
newtype Selector = Selector (forall a. (a -> Bool) -> [a] -> Maybe a)