Skip to content

Update the memory model chapter #3670

@yminsky-janestreet

Description

@yminsky-janestreet

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions