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 `pTraceWith` #100

Closed georgefst closed 2 years ago

georgefst commented 2 years ago

If https://github.com/haskell/core-libraries-committee/issues/36 gets accepted (and arguably, even if it doesn't), we should add analogous functions to Debug.Pretty.Simple.

I end up defining traceShowWith/pTraceShowWith myself all the time. It's a very useful function.

cdepillabout commented 2 years ago

This looks like it was closed in #104.

Thanks!