Implement support for string and tuple equality comparison #503

Merged
sb10q merged 11 commits from fix/issue-500 into master 2024-08-21 18:39:06 +08:00
Collaborator

Support for comparisons (e.g. <) not implemented. This should be implemented probably after all and any (using reduce) is implemented, which would aid implementing these operators for all collection-like types (including list).

Support for comparisons (e.g. `<`) not implemented. This should be implemented probably after `all` and `any` (using reduce) is implemented, which would aid implementing these operators for all collection-like types (including `list`).
derppening added 11 commits 2024-08-21 16:25:56 +08:00
derppening requested review from sb10q 2024-08-21 16:27:20 +08:00
sb10q merged commit c5ae0e7c36 into master 2024-08-21 18:39:06 +08:00
sb10q deleted branch fix/issue-500 2024-08-21 18:39:06 +08:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#503
No description provided.