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

definition: Info
 
isForeignKey :: Attribute -> Bool
isForeignKey (Attribute _ d _ _) = case d of KeyDom _ -> True
                                             _        -> False
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
- Is an attribute a (generated) foreign key?
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({Attribute}) |-> _}
name: Info
 isForeignKey
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