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

Fix issue #163 #164

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Fix issue #163 #164

merged 1 commit into from
Jun 23, 2023

Conversation

Gbury
Copy link
Owner

@Gbury Gbury commented Jun 16, 2023

Two problems fixed here:

  • remove the push/pop around typing, to ensure that inferred constants are properly kept in the typing env
  • properly distinguish the model from the newly defined constants, and thread the model appropriately to ensure that definitions are evaluated in the correct model (and not an empty one)

This should close #163

@Gbury Gbury added this to the 0.9 milestone Jun 19, 2023
Two problems fixed here:
- remove the push/pop around typing, to ensure that inferred constants
  are properly kept in the typing env
- properly distinguish the model from the newly defined constants, and
  thread the model appropriately to ensure that definitions are evaluated
  in the correct model (and not an empty one)
@Gbury Gbury merged commit efafeec into master Jun 23, 2023
21 checks passed
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.

Wrong check-model
1 participant