CurryInfo: base-3.3.0 / Prelude.unlines

definition:
unlines :: [String] -> String
unlines = concatMap (++ "\n")
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Concatenates a list of strings with terminating newlines.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
unlines
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
[[Char]] -> [Char]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms