Skip to content

Updated doc string for traceShow.

Hello,

This is a small doc string change for the traceShow function in Debug.Trace. The change clarifies that it's possible to use traceShow with variable labels in a tuple, like this:

traceShow ("label", expr) expr

Please see the short discussion here as to why this clarification may be useful for newcomers to Haskell.

https://github.com/haskell/core-libraries-committee/issues/224

Thank you. @chreekat

Merge request reports