From d6d3fd9d59d93861e60e241549590e7599160d92 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Thu, 17 Feb 2022 16:14:35 -0800 Subject: [PATCH] Mark default type parameters RFC as implemented (#369) --- docs/STATUS.md | 6 ------ docs/syntax-default-type-alias-type-parameters.md | 2 ++ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/STATUS.md b/docs/STATUS.md index 9a45afe..72db200 100644 --- a/docs/STATUS.md +++ b/docs/STATUS.md @@ -23,12 +23,6 @@ This document tracks unimplemented RFCs. **Status**: Implemented but depends on new transaction log implementation that is not fully live yet. -## Default type parameters - -[RFC: Default type alias type parameters](https://github.com/Roblox/luau/blob/master/rfcs/syntax-default-type-alias-type-parameters.md) - -**Status**: Implemented but not fully rolled out yet. - ## Singleton types [RFC: Singleton types](https://github.com/Roblox/luau/blob/master/rfcs/syntax-singleton-types.md) diff --git a/docs/syntax-default-type-alias-type-parameters.md b/docs/syntax-default-type-alias-type-parameters.md index 15d23c8..443bbac 100644 --- a/docs/syntax-default-type-alias-type-parameters.md +++ b/docs/syntax-default-type-alias-type-parameters.md @@ -1,5 +1,7 @@ # Default type alias type parameters +**Status**: Implemented + ## Summary Introduce syntax to provide default type values inside the type alias type parameter list.