CurryInfo: base-3.3.0 / Prelude.concatMap

definition:
concatMap :: (a -> [b]) -> [a] -> [b]
concatMap f = concat . map f
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Maps a function from elements to lists and merges the result into one list.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {.._#lambda508}}
name:
concatMap
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
(a -> [b]) -> [a] -> [b]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms