I'm talking about this one: https://github.com/kowainik/relude/blob/9e3aa751851b5a4d4301119c9053275e520fb977/relude.cabal#L143 I think it's used to convert between `Text` and `ByteString`. But looks like such functions are already in the `text` package: * https://hackage.haskell.org/package/text-1.2.3.1/docs/Data-Text-Encoding.html#v:decodeUtf8-39-
I'm talking about this one:
relude/relude.cabal
Line 143 in 9e3aa75
I think it's used to convert between
TextandByteString. But looks like such functions are already in thetextpackage: