Skip to content

Don't create nested intersections #3

@balhoff

Description

@balhoff

A chain of "and" methods creates nested intersections:

A and B and C produces ObjectIntersectionOf(A, ObjectIntersectionOf(B, C))

instead of

ObjectIntersectionOf(A, B, C)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions