diff options
Diffstat (limited to 'Alpha.hs')
-rw-r--r-- | Alpha.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) #-} |