mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
This reverts commit 731e197757
.
This commit is contained in:
parent
fc33b0c702
commit
3c42b3a013
@ -23,6 +23,12 @@ This document tracks unimplemented RFCs.
|
||||
|
||||
**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
|
||||
|
||||
[RFC: nil-forgiving postfix operator !](https://github.com/Roblox/luau/blob/master/rfcs/syntax-nil-forgiving-operator.md)
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
> Note: this RFC was adapted from an internal proposal that predates RFC process
|
||||
|
||||
**Status**: Implemented
|
||||
|
||||
## 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.
|
||||
|
Loading…
Reference in New Issue
Block a user