definition: |
logDebug :: String -> ErrorLogger () logDebug = logAt Debug |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Logs a message at the debug level. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {logAt}} |
name: |
logDebug |
precedence: |
no precedence defined |
result-values: |
{logAt} |
signature: |
String -> ErrorLogger () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |