Releases: formal-land/coq-of-ocaml
Releases · formal-land/coq-of-ocaml
2.5.3
2.5.2
2.5.1
2.5.0
2.4.1
- add basic support for matching on existential types and
try ... with
; - add the
@coq_type_annotation
attribute; - remove existential types from the modules conversion (unless for first-class modules);
- upgrade Dune dependency to the version 2.8.
See this blog post for more details on the removal of the existential types for the modules.
2.4.0
- upgrade to OCaml 4.10;
- simplify the header of the generated files;
- move the install folder from
OCaml
toCoqOfOCaml
; - add new configuration options and attributes, namely:
renaming_type_constructor
operator_infix
constant_warning
first_class_module_signature_blacklist
@coq_mutual_as_notation
2.3.0
- new configuration options;
- inlining of anonymous sub-signatures;
- functors and signed modules defined with top-level definitions instead of local
let
; - support for the monadic notation of OCaml.
See this blog post for more details on the changes on functors and anonymous sub-signatures.