Is it possible to build a formally verified GC for OCaml that can be plugged into the compiler? We should how to in:

"A Mechanically Verified GC for OCaml"

https://kcsrk.info/papers/verifiedgc_feb_25.pdf

This has been accepted to the Journal of Automated Reasoning.

Code: https://github.com/prismlab/verified_ocaml_gc

Comments