From c369b3ce560cd756dc710b34d48809c312f9b99d Mon Sep 17 00:00:00 2001 From: James Clark Date: Tue, 28 Sep 2021 11:58:03 +0700 Subject: [PATCH] Update docs to be on subset 9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93b5c982b..a37a7b7af 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,6 @@ For those test cases that are valid Ballerina programs, the Makefile in the [tes ## Status -We have completed [subset 7](docs/subset07.md) and are working on [subset 8](docs/subset08.md). +We have completed [subset 8](docs/subset08.md) and are working on [subset 9](docs/subset09.md). The semantic subtyping implementation is further along than the backend. It implements the subset of Ballerina's type syntax described by this [grammar](docs/type-subset.md).