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