mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-04 10:30:56 +01:00
Mark default type parameters RFC as implemented (#369)
This commit is contained in:
parent
48e696b885
commit
d6d3fd9d59
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