21:18
2026-05-22
discourse.haskell.org
developer-tools
From-text: type class to convert from Text
A new Haskell package introduces the `IsText` type class with a `fromText` function to simplify conversion from `Text` to other textual data types like `ByteArray`, `ByteString`, and `OsPath`, using Uโฆ