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

Update the memory model chapter #3670

Open
yminsky-janestreet opened this issue Aug 1, 2023 · 1 comment
Open

Update the memory model chapter #3670

yminsky-janestreet opened this issue Aug 1, 2023 · 1 comment

Comments

@yminsky-janestreet
Copy link

There are a bunch of weird cases that maybe we should highlight, like the difference in memory representation between:

{ x: int; y: int }
| A of { x: int; y: int }
| B of (int * int)
| B of int * int

is not super intuitive...

@yminsky-janestreet
Copy link
Author

CC @avsm

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

No branches or pull requests

1 participant