diff options
author | Ben Sima <ben@bsima.me> | 2020-06-01 22:22:13 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-06-02 11:35:19 -0700 |
commit | 78774e835ac0c564cf52a5e6dd0bf22b56761c4d (patch) | |
tree | 942c1a591c2e8792e7bf9b1a16eccbecf52b0efa /Alpha.hs | |
parent | 6aa4f1890a4e1327b5eabfb19386c94750223cbe (diff) |
Initialize Hero database
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) #-} |