Skip to content

Commit

Permalink
Update changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
phink committed Apr 16, 2017
1 parent 3a398a4 commit 1cd057b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ 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 OCaml type checker.
- Delegate verification for indexed colabel declaration to the OCaml type checker.
(delete Parser.check_indexed_cotype)

OCaml 4.04.0+copatterns 0.2 :
Expand Down Expand Up @@ -39,6 +41,10 @@ OCaml 4.04.0+copatterns 0.2 :
- A complete example for streams.
(playground/qstream.ml)

OCaml 4.04.0+copatterns 0.1 :
-----------------------------

### Init

Next version (4.04.1):
----------------------
Expand Down

0 comments on commit 1cd057b

Please sign in to comment.