cd/entity/Textยท homeโ€บ entitiesโ€บ Text
grep -l @text /news/*.json | wc -l โ†’ 1

Text

mentions 1 type Organization feed RSS
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โ€ฆ

// co-occurs with top 3 entities