kowainik / stan

🕵️ Haskell STatic ANalyser
https://kowainik.github.io/projects/stan
Mozilla Public License 2.0
563 stars 48 forks source link

Warn on Text.IO.readFile/writeFile #420

Open chshersh opened 3 years ago

chshersh commented 3 years ago

Usages of these functions have the problems described in the following blog post:

And suggest using ByteString.readFile + decodeUtf8