summaryrefslogtreecommitdiff
path: root/Alpha.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Alpha.hs')
-rw-r--r--Alpha.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alpha.hs b/Alpha.hs
index 5d08bc0..98c161b 100644
--- a/Alpha.hs
+++ b/Alpha.hs
@@ -97,4 +97,4 @@ joinWith = intercalate
-- | can you just not
don't :: Bool -> Bool
don't = do not
-{-# ANN don't "HLint: ignore Redundant do" #-}
+{-# ANN don't ("HLint: ignore Redundant do" :: String) #-}