CurryInfo: base-3.4.0 / Prelude.concat

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