Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gaps/GAP-33/DRAFT.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ SetDirectiveExtension : extend directive @ Name SetArgumentsDefinitionOrExtensio
# Set Operations

With the provided syntax, we can create set operations

- `union`, or ∪⁠ (also known as **merge** or **set addition**). `union` is associative and commutative, much like addition.
- `intersect`, or ∩.
- `exclude`, or \, or - (also known as **difference** or **set subtraction**). `exclude` is neither associative nor commutative, much like subtraction.
Expand Down
Loading