Mark default type parameters RFC as implemented (#369)

This commit is contained in:
Arseny Kapoulkine 2022-02-17 16:14:35 -08:00 committed by GitHub
parent e541e19f44
commit e49a0fd4cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View File

@ -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)

View File

@ -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.