CurryInfo: icurry-3.2.0 / TermGraph.XML.compose4

definition:
compose4 :: (e -> f) -> (a -> b -> c -> d -> e) -> a -> b -> c -> d -> f
compose4 = (.) . (.) . (.) . (.)
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
compose4
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
(a -> b) -> (c -> d -> e -> f -> a) -> c -> d -> e -> f -> b
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms