definition: |
putStrLnELM :: String -> ErrorLogger () putStrLnELM = liftIOEL . putStrLn |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Prints a line in the `ErrorLogger` monad. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
putStrLnELM |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
String -> ErrorLogger () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |