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
Description
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
Labels
No labels