File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,14 @@ associated weights are the 'values':
66
66
Bag / BagHash a positive integer 0
67
67
Mix / MixHash a non-zero real number 0
68
68
69
- = head1 Set/Bag operators
69
+ = head1 Set-Like operators
70
70
71
71
There are several infix operators devoted to performing common operations on
72
- L < Set|/type/Set > , such as unions and set differences. Other operations
73
- include boolean checks, like whether an object is an element of a
74
- C < Set > , or whether one C < Set > is a subset of another C < Set > .
72
+ C < Set-Like > types. Set-Like objects are comprised of L < Set|/type/Set > s,
73
+ L < Bag|/type/Bag > s, and L < Mix|/type/Mix > es. Operations that can be performed
74
+ on C < Set-Like > types things like unions, set differences and include boolean
75
+ checks, like whether an object is an element of a C < Set > , or whether one C < Set >
76
+ is a subset of another C < Set > .
75
77
76
78
These infixes can be written using the UTF-8 character that represents the
77
79
function (like L < ∈|/routine/∈ > , or L < ∪|/routine/∪ > ), or with an equivalent ASCII
You can’t perform that action at this time.
0 commit comments