We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6db8a commit 6be5453Copy full SHA for 6be5453
src/math/sets/negative_sets.clj
@@ -205,8 +205,9 @@
205
206
;; ## Implementation of Set Operations
207
208
-;; Define a bonus operation: map-remove with the arguments flipped. As shown in
209
-;; the table, this is needed for the negative-negative case of difference:
+;; Define a bonus operation: `map-remove-right` which is just `map-remove` with
+;; the arguments flipped. As shown in the table, this is needed once per set
210
+;; operation:
211
(defn map-remove-right
212
"Remove B's keys that are also in A."
213
[a b]
0 commit comments