CurryInfo: base-3.3.0 / Prelude.concat

definition:
concat :: [[a]] -> [a]
concat = foldr (++) []
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Concatenates a list of lists into one list.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {foldr}}
name:
concat
precedence:
no precedence defined
result-values:
{foldr}
signature:
[[a]] -> [a]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms