CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Select.hasFunDeps

definition:
hasFunDeps :: CClassDecl -> Bool
hasFunDeps (CClass _ _ _ _ fds _) = not (null fds)
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Returns true if the given type class declaration has functional
--- dependencies.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({CClass}) |-> {False,True}}
name:
hasFunDeps
precedence:
no precedence defined
result-values:
{False,True}
signature:
AbstractCurry.Types.CClassDecl -> Prelude.Bool
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms