8000 Improve set matching · Issue #714 · evhub/coconut · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Improve set matching #714
Closed
Closed
@evhub

Description

@evhub

Should match dictionary mapping semantics, such that

{1, 2, 3} = some_set

matches if {1, 2, 3} <= some_set, rather than {1, 2, 3} == some_set, with explicit syntax in the form of

{1, 2, 3, *()} = some_set

for checking {1, 2, 3} == some_set.

Note that this would be a breaking change, as was the previous change to dict matching.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0