Closed georgefst closed 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.
Debug.Pretty.Simple
I end up defining traceShowWith/pTraceShowWith myself all the time. It's a very useful function.
traceShowWith
pTraceShowWith
This looks like it was closed in #104.
Thanks!
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.