Synopsis:
s + t -- union of two sets
Code:
-- ../../../Macaulay2/m2/set.m2:43 Set + Set := Set => (x,y) -> merge(x,y,(i,j)->i)