Re: [RFC] Support Unicode characters in instance Show String
Travis Cardwell via Libraries <[email protected]> Fri, 9 Jul 2021 08:04:40 +0900
| Newsgroups | gmane.comp.lang.haskell.libraries |
|---|---|
| Message-ID | <CACaJP_Th=FidXA88e92E+XFp1-p-BDpRZYaHEkXzF0etBD6roA@mail.gmail.com> |
On Fri, Jul 9, 2021 at 3:18 AM 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'. This is the primary motivation of the TTC (Textual Type Classes) library: <https://hackage.haskell.org/package/ttc>. It provides a Render type class that is analogous to Show and a Parse type class that is analogous to Read. No instances are declared so that users of the library can implement instances as required for each application, but default instances for core types are available. Travis _______________________________________________ Libraries mailing list [email protected] http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries