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 get_refs function for DrtLambdaExpression #2847

Merged
merged 2 commits into from Oct 9, 2021

Conversation

RnDevelover
Copy link
Contributor

@RnDevelover RnDevelover commented Oct 7, 2021

This update implemets get_refs function for a DrtLambdaExpression. This function is called when a simplify() on DrtLambdaExpression is called. It returns a list of bound variables within the object of type DrtLambdaExpression. The issue caused without this function was reported in #2844 .
Should fix #2844

@stevenbird
Copy link
Member

Thank you @RnDevelover!

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

Successfully merging this pull request may close these issues.

NotImplementedError in lambda DRT simplification.
2 participants