Skip to content

V0.3

Compare
Choose a tag to compare
@phink phink released this 16 Apr 00:06
· 12 commits to master since this release

OCaml 4.04.0+copatterns 0.3 :

Transformation:

  • New syntax for nested copatterns.
  • Verify that a child copattern is an instance of its parent.
    (Parser.check_instance)

Syntactic assertions:

  • Delegate verification for indexed colabel declaration to the OCaml type checker.
    (delete Parser.check_indexed_cotype)