You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OCaml supports unboxed and untagged externals, so that the C code gets C data types instead of OCaml values. Cases where passing a pointer as a uintptr_t would be wrong can be handled by generated C code.
The text was updated successfully, but these errors were encountered:
OCaml supports unboxed and untagged externals, so that the C code gets C data types instead of OCaml values. Cases where passing a pointer as a
uintptr_t
would be wrong can be handled by generated C code.The text was updated successfully, but these errors were encountered: