We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this is kind of a stupid use case, but since users are not preventing from doing it by the type system... Not sure it can be supported though.
The text was updated successfully, but these errors were encountered:
maybe Is_in_heap_or_young should be replaced by Is_in_value_area from https://github.com/ocaml/ocaml/blob/d3e73595e55e84250fa77f04e9c239dee1224b7b/runtime/caml/address_class.h Not sure it is safe to do so, though.
Sorry, something went wrong.
e.g.
let _ = Ancient.share shm key 12345 in
@rwmjones
No branches or pull requests
this is kind of a stupid use case, but since users are not preventing from doing it by the type system...
Not sure it can be supported though.
The text was updated successfully, but these errors were encountered: