trace -package:streamly package:polysemy

Log a message.
An effect for logging strings.
Log a message.
Run a Trace effect by printing the messages to the provided Handle.
Deprecated: Use traceToStdout
Transform a Trace effect into a Output String effect.
Run a Trace effect by printing the messages to stderr.
Run a Trace effect by printing the messages to stdout.
Run a Trace effect by ignoring all of its messages.
Transform an Output w effect into a Trace effect given a function to transform each w to a String.
Get the result of a Trace effect as a list of Strings.