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
The following MetaOCaml code, distilled from
Generating code with polymorphic let a ballad of value restriction, copying and sharing Oleg Kiselyov
involves an unsound interaction between three MetaOCaml features:
let
let lift x = .<x>. let foo = Runcode.run .<let f () = .~(lift (ref None)) in f () := Some 2; match !(f ()) with Some x -> x ^ "3" | None -> "" >.
Running it in (the latest versions of) BER MetaOCaml produces a segmentation fault.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following MetaOCaml code, distilled from
involves an unsound interaction between three MetaOCaml features:
let
Running it in (the latest versions of) BER MetaOCaml produces a segmentation fault.
The text was updated successfully, but these errors were encountered: