diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2022-04-09 15:51:30 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-04-09 15:55:27 -0600 |
| commit | faaf7cedf1d10c54cc7be27c1d2b125e0b99b7e5 (patch) | |
| tree | 119ad11a6c6e40369f3c03aab29d20d837d82110 /src/Internal/Lib.hs | |
| parent | 28494be6925bc341534ad43c3523343e6c95a01a (diff) | |
| download | rde-faaf7cedf1d10c54cc7be27c1d2b125e0b99b7e5.tar.gz rde-faaf7cedf1d10c54cc7be27c1d2b125e0b99b7e5.tar.bz2 rde-faaf7cedf1d10c54cc7be27c1d2b125e0b99b7e5.zip | |
[Experimental] - Attempting to create typesafy way to navigate layouts.
Diffstat (limited to 'src/Internal/Lib.hs')
| -rw-r--r-- | src/Internal/Lib.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Internal/Lib.hs b/src/Internal/Lib.hs index 3ba858f..fdbc9a5 100644 --- a/src/Internal/Lib.hs +++ b/src/Internal/Lib.hs @@ -24,6 +24,7 @@ import Internal.DMenu import Data.Ord (comparing) import qualified XMonad.StackSet as S +import Internal.Windows type WorkspaceName = Char newtype Selector = Selector (forall a. (Eq a) => a -> [a] -> a) |