Theorem exprMatchObjectWithAllEmpty : forall o,
  exprMatchObjectEvalF o (EMO_WithAttributesAll (AttributeNameMaps.empty attributeValue)) = true.
Proof.
  (* Proof omitted for brevity; see Matches.v for proofs. *)
Qed.
