CurryInfo: base-3.3.0 / Prelude.length

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