You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There needs to be a boolean operation on instances of Sets that allow the following:
What you say: "The power set of A" or "The set of subsets of A"
What you type: Set.powerSet(A)
note: I have always heard people always say "the power set of A", but never "the power of A". Hence, I believe truncating the function name to only "power" would cause confusion, since the term "power" can mean so many different things.
The text was updated successfully, but these errors were encountered:
There needs to be a boolean operation on instances of Sets that allow the following:
What you say: "The power set of A" or "The set of subsets of A"
What you type:
Set.powerSet(A)
note: I have always heard people always say "the power set of A", but never "the power of A". Hence, I believe truncating the function name to only "power" would cause confusion, since the term "power" can mean so many different things.
The text was updated successfully, but these errors were encountered: