CurryInfo: rw-data-generator-2.0.0 / RW.Build.isPolymorphic

definition:
isPolymorphic :: CTypeDecl -> Bool
isPolymorphic (CType _ _ tvs _ _) = not $ null tvs
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Returns true if the given type declaration is polymorphic (contains at least one type variable)
failfree:
{CType}
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({CType}) |-> _}
name:
isPolymorphic
precedence:
no precedence defined
result-values:
_
signature:
AbstractCurry.Types.CTypeDecl -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term