CurryInfo: spicey-4.2.0 / Spicey.GenerationHelper.notKey

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