Skip to content

Don't use FastString for UTF-8 encoding only

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/utf8-nofaststring into master

FastStrings are never collected so we should better avoid using them when utf8EncodeString is enough.

Merge request reports