mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-05 03:10:54 +01:00
Mark singleton types RFC as implemented (#370)
This commit is contained in:
parent
e49a0fd4cd
commit
731e197757
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.
|
**Status**: Implemented but depends on new transaction log implementation that is not fully live yet.
|
||||||
|
|
||||||
## Singleton types
|
|
||||||
|
|
||||||
[RFC: Singleton types](https://github.com/Roblox/luau/blob/master/rfcs/syntax-singleton-types.md)
|
|
||||||
|
|
||||||
**Status**: Implemented but not fully rolled out yet.
|
|
||||||
|
|
||||||
## Nil-forgiving operator
|
## Nil-forgiving operator
|
||||||
|
|
||||||
[RFC: nil-forgiving postfix operator !](https://github.com/Roblox/luau/blob/master/rfcs/syntax-nil-forgiving-operator.md)
|
[RFC: nil-forgiving postfix operator !](https://github.com/Roblox/luau/blob/master/rfcs/syntax-nil-forgiving-operator.md)
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
> Note: this RFC was adapted from an internal proposal that predates RFC process
|
> Note: this RFC was adapted from an internal proposal that predates RFC process
|
||||||
|
|
||||||
|
**Status**: Implemented
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
Introduce a new kind of type variable, called singleton types. They are just like normal types but has the capability to represent a constant runtime value as a type.
|
Introduce a new kind of type variable, called singleton types. They are just like normal types but has the capability to represent a constant runtime value as a type.
|
||||||
|
|
Loading…
Add table
Reference in a new issue