diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-14 07:07:28 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-14 07:07:45 +0100 |
commit | 09e26c37de7e7227d856ffe15c9554af36b50c58 (patch) | |
tree | 553a527ff19f5ef105cbc2f026284e75fa5900db /app/Git.hs | |
parent | 8dcace960b25813b00e5f77be25aa7db57851f79 (diff) |
review: request-changes feature/review
Diffstat (limited to 'app/Git.hs')
-rw-r--r-- | app/Git.hs | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -97,12 +97,6 @@ readTextFileOfText = readTextFileOf LT.readFile LT.decodeUtf8 readTextFileOfBS :: CommitHash -> FilePath -> IO LB.ByteString readTextFileOfBS = readTextFileOf LB.readFile id --- REVIEW Suggestion: we could use `id` instead of `\x -> x` --- --- REVIEW OK! --- --- RESOLVED - readTextFileOf :: (FilePath -> IO a) -> (LB.ByteString -> a) -> CommitHash -> FilePath -> IO a readTextFileOf readFile _ WorkingTree filePath = catch |