definition: |
putStrLn :: String -> IO () putStrLn cs = putStr cs >> putChar '\n' |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Action to print a string with a newline on standard output. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
putStrLn |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[Char] -> IO () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |