CurryInfo: ertools-3.0.0 / Database.ERD.Goodies.isNullAttribute

definition:
isNullAttribute :: Attribute -> Bool
isNullAttribute (Attribute _ _ _ isnull) = isnull
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Has an attribute a null value?
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Attribute}) |-> _}
name:
isNullAttribute
precedence:
no precedence defined
result-values:
_
signature:
Database.ERD.Attribute -> Prelude.Bool
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms