Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Inferring objects by number of their free attributes #41

Open
@c71n93

Description

@c71n93

Example:

[x y] > obj1
  [] > attr
    x.plus y > @

[x] > obj2
  [] > attr
    x.plus 1 > @

[x] > main
  attr. > @
    x 1 2

Here x free attribute in main can be only obj1, because two free attributes are applied to it. But for now, tool can't infer objects by number of their free attributes. This functionality should be added.

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