mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 02:10:53 +01:00
Mark default type parameters RFC as implemented (#369)
This commit is contained in:
parent
e541e19f44
commit
e49a0fd4cd
2 changed files with 2 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue