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
I suspect this is not possible, as I discussed in the commit message of 0f7cb66
Also, inlined records, that type of the form
type u = U of { foo : bar }
are still not supported, and might never be supported due to the
restriction of OCaml regarding these types (embodied by the error
message “This form is not allowed as the type of the inlined record
could escape”).
The text was updated successfully, but these errors were encountered:
I suspect this is not possible, as I discussed in the commit message of 0f7cb66
The text was updated successfully, but these errors were encountered: