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

add functions similar to those found in Debug.Trace #15

Closed cdepillabout closed 6 years ago

cdepillabout commented 7 years ago

It would be nice to have functions similar to those in Debug.Trace. So instead of importing some Debug.Trace, you could import something like Debug.Pretty.Simple and get a traceShow that pretty-prints the output.

cdepillabout commented 6 years ago

Closed by #18.