CurryInfo: base-3.4.0 / Prelude.length

definition: Info
 
length :: [_] -> Int
length [] = 0
length (_:xs) = 1 + length xs
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Computes the length of a list.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({[]}) |-> {0} || ({:}) |-> _}
name: Info
 length
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [a] -> Int
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms