CurryInfo: spicey-4.2.0 / Spicey.GenerationHelper.notKey

definition:
notKey :: Attribute -> Bool
notKey (Attribute _ t _ _) =
  case t of
    (KeyDom _) -> False
    _ -> True
demand:
argument 1
deterministic:
deterministic operation
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Attribute}) |-> _}
name:
notKey
precedence:
no precedence defined
result-values:
{False,True}
signature:
Database.ERD.Attribute -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms