CurryInfo: curry-ast-3.1.0 / Curry.Ident.identLength

definition:
identLength :: Ident -> Int
identLength a = length (idName a)
demand:
argument 1
deterministic:
deterministic operation
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
identLength
precedence:
no precedence defined
result-values:
_
signature:
Ident -> Prelude.Int
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms