sigma |- Exp eval Val
   ____________________________________________
   sigma |-  X = Exp ===> sigma union {(X,Val)}
Here, union is the usual set union operator. Why is placing union in this inference rule wrong? (Circle only one answer.)
int x, y. bool b, c.