CurryInfo: base-3.4.0 / Prelude..

definition: Info
 
(.) :: (b -> c) -> (a -> b) -> (a -> c)
f . g = \x -> f (g x)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Function composition.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 infixr
iotype: Info
 {(_,_) |-> {.._#lambda508}}
name: Info
 .
precedence: Info
 9
result-values: Info
 {.._#lambda508}
signature: Info
 (a -> b) -> (c -> a) -> c -> b
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms