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 unfold named_clause with ... form #135

Open
chaudhuri opened this issue May 11, 2021 · 0 comments
Open

Add unfold named_clause with ... form #135

chaudhuri opened this issue May 11, 2021 · 0 comments

Comments

@chaudhuri
Copy link
Member

Todd Wilson (@lambdacalculator) suggests in the Abella mailing list that we should add a unfold named_clause with ... form to handle cases such as:

%:tapp:
of (tapp P E) (T P) :- typ P, of E (all T).

Here an invocation such as unfold tapp with T = ... might allow the clause to be potentially unfolded because it is no longer non-pattern after the substitution.

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