Examples of predicate formulae
heartFact :: Person -> Bool
heartFact p = has p (heart p)
where heart :: Person -> Heart
-- ...Last updated
heartFact :: Person -> Bool
heartFact p = has p (heart p)
where heart :: Person -> Heart
-- ...Last updated