commercialhaskell / rio

A standard library for Haskell
Other
836 stars 54 forks source link

Show instance and showsPrec #212

Open lehins opened 4 years ago

lehins commented 4 years ago

showsPrec function of Show class isn't exported by default, this complicates creating custom Show instances.

sheyll commented 3 years ago

I had the same issue and ended up being happy with importing Text.Show.