Skip to content

Releases: formal-land/coq-of-ocaml

2.0.0

15 Dec 21:58
5d26dee
Compare
Choose a tag to compare
  • remove effects inference (as a simplification);
  • connect to Merlin to analyse OCaml projects;
  • better error messages (report all errors and show code extract);
  • generate some code even with errors (replace errors by dummy code);
  • support .mli files;
  • support first-class modules;
  • support GADTs (naive translation, may not type-check in Coq);
  • support mutually recursive types.

This new release was developed working at and thanks to NomadicLabs. I also thanks all the people who interacted with the project.

1.1.1

25 Jul 14:00
Compare
Choose a tag to compare
  • fix package name

1.2.1: Merge pull request #63 from clarus/fix-import-path-interfaces

31 Aug 07:00
Compare
Choose a tag to compare

1.2.0

18 Aug 21:22
Compare
Choose a tag to compare
Remove outdated information

1.1.0

03 Aug 08:55
Compare
Choose a tag to compare

All tests are valid

1.0.0

27 Jul 13:53
Compare
Choose a tag to compare

This version does not seem to work as it runs with the following error:

Error: tests/ex01.ml, line 1: Structure item not handled.

for whatever file it is executed on.