File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ E: davidnmfarrell@gmail.com
86
86
N: David H. Adler
87
87
E: dha@pobox.com
88
88
89
+ N: David M. Cawthon
90
+ E: dmc00@fastmail.com
91
+
89
92
N: Dmitriy Olshevskiy
90
93
E: olshevskiy87@bk.ru
91
94
Original file line number Diff line number Diff line change @@ -79,15 +79,16 @@ one C<Set> is a subset of another C<Set>.
79
79
80
80
These infixes can be written using the UTF-8 character that represents the
81
81
function (like L < ∈|/routine/∈ > , or L < ∪|/routine/∪ > ), or they can be written with an
82
- equivalent ASCII version (like L < (elem)|/routine/(elem) > or L < (|)|/routine/(|) > ).
82
+ equivalent ASCII version (like L < (elem)|/routine/(elem) > or L < (E < VERTICAL
83
+ LINE > )|/routine/(|)> ).
83
84
84
85
Most of the time, explicitly using C < Set > objects with these infixes is
85
86
unnecessary. All of the infix operators will work on any objects of type
86
87
L < Any|/type/Any > for its arguments (e.g., L < List|/type/List > ,
87
88
L < Array|/type/Array > , L < Mix|/type/Mix > , etc.) and coerce them to C < Set >
88
89
where needed.
89
90
90
- In some cases, if the type of an argument is a L < Bag/type/Bag > , the infix
91
+ In some cases, if the type of an argument is a L < Bag| /type/Bag > , the infix
91
92
operator will behave in a different but analogous way to the way it would
92
93
behave with only C < Set > arguments.
93
94
You can’t perform that action at this time.
0 commit comments