08 Another Implementation of Sets

Let's bring in our implementation of Set from earlier. Let's add a union operator too that combines two sets.

What if we allowed the list to contain duplicates?

Now let's implement union for our ListSet module (without duplicates).