Skip to content

Releases: yforster/coq-verified-extraction

Verified Extraction 0.9.2 for Coq 8.19

23 Jul 10:38
a018fc8
Compare
Choose a tag to compare

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

Verified Extraction 0.9.1 for Coq 8.19

28 May 13:34
Compare
Choose a tag to compare
Pre-release

This preliminary version of the verified extraction plugin work with MetaCoq 1.3.1, Coq 8.19 and malfunction 0.6. It provides an alternative extraction procedure from Coq to OCaml through the untyped Malfunction language.

What's Changed

New Contributors

Full Changelog: https://github.com/yforster/coq-verified-extraction/commits/v0.9-8.19