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

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