definition: |
debugMessage :: DLevel -> Int -> String -> IO () debugMessage dl n message = debugString dl n (message ++ "\n") |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Prints a message line (to stderr) if debugging level is at least n. |
failfree: |
(_, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_) |-> _} |
name: |
debugMessage |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
DLevel -> Prelude.Int -> String -> Prelude.IO () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |