import2.het revision f2bb6f4c9f075b94e7f83a6589f457bc8b7fb30c
logic CommonLogic
spec cl1 =
. (P x)
. (and (P x) (Q y))
spec cl2 =
. (or (Cat x) (Mat y))
. (not (On x y))
. (if (P x) (Q x))
spec cl3 =
cl1 and cl2 then
. (exists (z) (and (Pet x) (Happy z) (Attr x z)))
end