cdepillabout / pretty-simple

pretty-printer for Haskell data types that have a Show instance
https://hackage.haskell.org/package/pretty-simple
BSD 3-Clause "New" or "Revised" License
243 stars 29 forks source link

Additional unicode test #38

Closed cdepillabout closed 6 years ago

cdepillabout commented 6 years ago

This just adds an additional test that shows that pretty-simple correctly prints out unicode.

(#37 should be merged in before this.)