10 Implementing Abstraction Functions

Do you ever implement the abstraction function? Usually no, but string representations come really close! We're conveying the same idea!

Let's implement a string function for our Set type:

Now let's implement it for ListSetDups:

Now let's test our function