definition: |
traceShowId :: Show a => a -> a traceShowId a = trace (show a) a |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Prints the first argument using `show` and returns it afterwards. |
failfree: |
(_, _) |
indeterministic: |
might be indeterministic |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
traceShowId |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Prelude.Show a => a -> a |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |