diff options
author | Ben Sima <ben@bsima.me> | 2020-04-26 10:15:20 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-26 10:15:20 -0700 |
commit | b9e4cfe80c513d9c3b730dc2b46b44baed06acc4 (patch) | |
tree | b3a178b6fd0a1ee91537fe38dbaa394131a2dc0a | |
parent | c75a32583244d08e84c770a6dac1155fe46f88c3 (diff) |
don't lol
-rw-r--r-- | Alpha.hs | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -29,6 +29,9 @@ module Alpha (</), (<//), + -- * Bool + don't, + -- * Text chomp, lchomp, @@ -90,3 +93,8 @@ lchomp = LazyText.filter (/= '\n') -- | Join a list of things with a separator. joinWith :: [a] -> [[a]] -> [a] joinWith = intercalate + +-- | can you just not +don't :: Bool -> Bool +don't = do not +{-# ANN don't "HLint: ignore Redundant do" #-} |