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

Chapter 3: Abstraction and Information Hiding #27

Merged
merged 11 commits into from
Feb 3, 2025

Conversation

gottschali
Copy link
Collaborator

Adds the sections

  • Predicates, fold, and unfold
  • Abstracting memory access with predicates
  • unfolding predicates
  • Predicates and fractional permissions
  • Abstraction functions
  • Predicates as termination measures
  • Full linked list example

so far only monomorphized for integers
and not useful for general types
merging its content with the other sections
had it before because of a not well formed error
because 0 <= i && i < len(l.View()) was not preserved
@gottschali gottschali requested a review from jcp19 January 27, 2025 17:30
@gottschali gottschali merged commit d3edc1f into main Feb 3, 2025
2 checks passed
@gottschali gottschali deleted the chapter-3-abstraction branch February 3, 2025 08:58
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.

1 participant