Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inferring objects by number of their free attributes #41

Open
c71n93 opened this issue Mar 3, 2023 · 1 comment
Open

Inferring objects by number of their free attributes #41

c71n93 opened this issue Mar 3, 2023 · 1 comment

Comments

@c71n93
Copy link
Member

c71n93 commented Mar 3, 2023

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.

@c71n93
Copy link
Member Author

c71n93 commented Mar 3, 2023

@yegor256 I added issue, that was discussed when I gave a seminar. But while testing this example I found some cases, that are not recognized by tool (#40 and #39). I think before the current issue, these two should be fixed. I want to start with #40, WDYT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant