diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2022-04-16 00:20:03 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-04-16 00:20:03 -0600 |
| commit | d1a00e6e42b4b513f7de66a9e710f62faca2ef00 (patch) | |
| tree | dd16af5c820d5567df7f1bb8a7a2ca2ac0950d47 /src/Rahm/Desktop/Layout/Redescribe.hs | |
| parent | 7a5051f7955a8b4e69b2c28b5a9b34f9730e21f0 (diff) | |
| download | rde-d1a00e6e42b4b513f7de66a9e710f62faca2ef00.tar.gz rde-d1a00e6e42b4b513f7de66a9e710f62faca2ef00.tar.bz2 rde-d1a00e6e42b4b513f7de66a9e710f62faca2ef00.zip | |
fix some hlint warnings
Diffstat (limited to 'src/Rahm/Desktop/Layout/Redescribe.hs')
| -rw-r--r-- | src/Rahm/Desktop/Layout/Redescribe.hs | 2 |
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 |