Re: [RFC] Support Unicode characters in instance Show String
Henning Thielemann <[email protected]> Thu, 8 Jul 2021 20:25:03 +0200 (CEST)
| Newsgroups | gmane.comp.lang.haskell.libraries |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 8 Jul 2021, Hécate wrote: > I guess this is the perfect time to come up with a Render typeclass that > targets end-users rather than satisfying 'read . show = id'. > > chessai: Could the CLC appoint someone to start working on something? > This would be pretty useful to unify the ecosystem (instead of having > custom Outputable, Render, etc). The question is, whether such a one-fits-all library actually serves the needs of the users. Actually there is already 'printf' which is intended for formatting end-user output. You can write your own PrintfArg instances. Today I am using custom Format classes per project. _______________________________________________ Libraries mailing list [email protected] http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries