kowainik / stan

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

Check 'fromString' for BS 'IsString' instances #442

Open chshersh opened 2 years ago

chshersh commented 2 years ago

These instances truncate characters. We already have an inspection for ByteString.Char8.pack and the relevant mechanism. So it should be pretty straightforward to implement this one as well.