test_het.het revision 9fc726ee81f01ddb1a25cfc6eac7f2f88ef28e58
logic CommonLogic
spec test =
. (P x)
. (and (P x) (Q y))
. (or (Cat x) (Mat y))
. (not (On x y))
. (if (P x) (Q x))
. (exists (z) (and (Pet x) (Happy z) (Attr x z)))
end