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

Implement capture-avoiding substitution in DPIA? #191

Open
Bastacyclop opened this issue Jun 21, 2021 · 0 comments
Open

Implement capture-avoiding substitution in DPIA? #191

Bastacyclop opened this issue Jun 21, 2021 · 0 comments
Labels
bug Something isn't working internals Changes to the internals of our compiler implementation

Comments

@Bastacyclop
Copy link
Member

In #190, alpha renaming on substitution is removed from DPIA. This renaming was originally implemented to enforce unique names. If we remove it and stop enforcing unique names, then capture-avoiding substitution should be implemented in DPIA, as it is currently in Rise.

Related to #81 and #164

@Bastacyclop Bastacyclop added bug Something isn't working internals Changes to the internals of our compiler implementation labels Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working internals Changes to the internals of our compiler implementation
Projects
None yet
Development

No branches or pull requests

1 participant