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

Add implicit input and output only when necessary #49

Open
JCumin opened this issue Feb 22, 2017 · 0 comments
Open

Add implicit input and output only when necessary #49

JCumin opened this issue Feb 22, 2017 · 0 comments

Comments

@JCumin
Copy link
Owner

JCumin commented Feb 22, 2017

Currently, the Input and the Ouput are always the first and last variable of a rule.

Most of the time, when the first of last token of a rule is a variable, we don't want that variable to be unified with either the Input or the Output, requiring an additional token to break implicit unification, which is annoying.

The input and Output should be implicitely available only when the first/last token of a rule is a predicate.

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

No branches or pull requests

1 participant