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

Never abstract KTokens (domain values), use subsort for code cell #108

Merged
merged 3 commits into from
May 1, 2024

Conversation

jberthold
Copy link
Member

@jberthold jberthold commented May 1, 2024

  • The cell abstraction mechanism serves to reduce AST depth, so it should not be necessary to abstract cells containing KToken instances.
  • In case of the <code> cell, this allows us to use the ModuleDecl sort instead of the supersort Code (which caused unnecessary branching)

Also includes simplification equations for updateMap to avoid failing on a missing hook error in the backend.

jberthold and others added 3 commits May 1, 2024 11:38
…traction

* The cell abstraction mechanism serves to reduce AST _depth_, so it should
  not be necessary to abstract cells containing `KToken` instances.
* In case of the `<code>` cell, this allows us to use the `ModuleDecl` sort
  instead of the supersort `Code` (which caused unnecessary branching)
@jberthold jberthold marked this pull request as ready for review May 1, 2024 02:47
@rv-jenkins rv-jenkins merged commit ee4a134 into master May 1, 2024
5 checks passed
@rv-jenkins rv-jenkins deleted the HOTFIX-avoid-abstracting-domain-values branch May 1, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants