aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/Layout/Redescribe.hs
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2022-04-16 00:20:03 -0600
committerJosh Rahm <joshuarahm@gmail.com>2022-10-09 12:19:46 -0600
commit1ba923704e7889205f574de1b85f48773ec6aca7 (patch)
tree84b248671ab8918a12bb95a3ca62fb1912b934f2 /src/Rahm/Desktop/Layout/Redescribe.hs
parent9e5d56cfb2508d9f5e58bf681265d0f1070b3f35 (diff)
downloadrde-1ba923704e7889205f574de1b85f48773ec6aca7.tar.gz
rde-1ba923704e7889205f574de1b85f48773ec6aca7.tar.bz2
rde-1ba923704e7889205f574de1b85f48773ec6aca7.zip
fix some hlint warnings
Diffstat (limited to 'src/Rahm/Desktop/Layout/Redescribe.hs')
-rw-r--r--src/Rahm/Desktop/Layout/Redescribe.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Rahm/Desktop/Layout/Redescribe.hs b/src/Rahm/Desktop/Layout/Redescribe.hs
index c5c7472..036bc88 100644
--- a/src/Rahm/Desktop/Layout/Redescribe.hs
+++ b/src/Rahm/Desktop/Layout/Redescribe.hs
@@ -11,7 +11,7 @@ import Data.Typeable (Typeable)
-- Type-class to modify the description of a layout.
class Describer m l where
-
+
-- Returns the new description from the given description modifier, the layout
-- and the existing description.
newDescription :: m -> l a -> String -> String