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 Contextual interface #199

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

DavePearce
Copy link
Collaborator

This adds a Contextual interface which can be used to determine the evaluation context (i.e. enclosing module) of a given expression.

This also fixes VanishingConstraints to require a module index be given to represent their context.

This adds a `Contextual` interface which can be used to determine the
_evaluation context_ (i.e. enclosing module) of a given expression.

This also fixes `VanishingConstraints` to require a module index be
given to represent their context.
@DavePearce DavePearce linked an issue Jul 2, 2024 that may be closed by this pull request
@DavePearce DavePearce merged commit d3e03e8 into main Jul 2, 2024
2 checks passed
@DavePearce DavePearce deleted the 196-determine-evaluation-context-for-expression branch July 2, 2024 00:27
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.

Determine Evaluation Context for Expression
1 participant