From 807eb428cbce67ee8a76f3986a74a2993f908f6f Mon Sep 17 00:00:00 2001 From: Andrew Segavac Date: Sat, 26 Jun 2021 17:50:10 -0600 Subject: [PATCH] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07e4e56..242f047 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ This language is under active development, progress will be marked here as the l - [ ] Generics - [ ] Basic - [ ] Higher kinded types + - [ ] Variadic generic types - [ ] Control Flow - [ ] If - [ ] While