Skip to content

Document the separability axis #4015

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

dkalinichenko-js
Copy link
Contributor

Title.

Note that:

mod everything excludes nullability and separability by design.

immediate_or_null is non_separable for technical reasons (it is the kind of or_null, and with-bounds do not affect separability).

Base automatically changed from dkalinichenko/separability-axis to main May 16, 2025 16:56
@dkalinichenko-js dkalinichenko-js force-pushed the dkalinichenko/document-separability-etc branch from 9654f2a to 7f01ce3 Compare May 16, 2025 18:32
CR reisenberg: TODO
The separability axis records whether a type can have float value or non-float value elements, where a float OCaml value is a pointer to an allocated block with the `Double_tag`.
This axis has three possible values, with `non_float < separable < non_separable`.
if none of its elements are floats, while a type is `separable` if either all or none
Copy link
Collaborator

Choose a reason for hiding this comment

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

Missing beginning of sentence?

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.

3 participants