Safe Haskell | None |
---|---|
Language | Haskell98 |
Debug.Trace.Compat
Documentation
Like trace
but returns the message instead of a third value.
Since: 4.7.0.0
traceShowId :: Show a => a -> a
Like traceShow
but returns the shown value instead of a third value.
Since: 4.7.0.0