Skip to content

Verified Extraction 0.9.2 for Coq 8.19

Choose a tag to compare

@mattam82 mattam82 released this 23 Jul 10:38
· 6 commits to coq-8.19 since this release
a018fc8

This release of verified extraction is compatible with MetaCoq 1.3.2 for Coq 8.19. It uses a verified pass for reordering of constructors, allowing to map Coq's booleans to OCaml's booleans correctly, simplifying interoperability with existing OCaml code.

What's Changed

  • Reorder cstrs and unique ffi by @mattam82 in #30
  • Adapt reification to take into account extract inductive directives by @mattam82 in #31

Full Changelog: v0.9.1-8.19...v0.9.2-8.19