Skip to content

equality on dataclass references #9330

@sanderr

Description

@sanderr

In the DSL, the == operation currently does not work for references to dataclasses. This is a non-trivial problem, because dataclasses are entities, which behave very differently in the DSL from primitives: "equal" instances are contracted by index (dataclasses currently do not support indexes), but two references with different parameters might still result in the same dataclass. So equality can be proven, but not disproven, which may lead to unknown relation sizes / arity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions