Skip to content

LIST.listRange in legacy kore, more list hooks and list matching in booster #4108

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

Merged
merged 16 commits into from
May 26, 2025

Conversation

jberthold
Copy link
Member

@jberthold jberthold commented May 19, 2025

  • LIST.listRange was previously not implemented in legacy kore (and therefore caused crashes).
  • More hooks from the LIST family have been implemented in booster
    • LIST.update is particularly interesting because it speeds up execution of proofs in mir-semantics.
    • other hooks were implemented to get parity between booster and legacy kore: conca, in, make, as well as element and unit, but the latter are mostly handled by custom list internalisation code.
  • List matching is improved to enable simplifications of expressions involving lists constructors.

Copy link
Member

@RaoulSchaffranek RaoulSchaffranek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks solid to me!

@jberthold jberthold marked this pull request as ready for review May 26, 2025 13:12
@automergerpr-permission-manager automergerpr-permission-manager bot merged commit 79f23bf into master May 26, 2025
6 checks passed
@automergerpr-permission-manager automergerpr-permission-manager bot deleted the more-list-hooks branch May 26, 2025 14:27
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.

2 participants