From 7cce7ac7df6f64e8982a9504ac94a1e98d6a7b5c Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sat, 19 Feb 2022 10:57:29 -0800 Subject: [PATCH] Revert "Mark singleton types RFC as implemented (#370)" (#378) This reverts commit d7c6a62dfb59e4d9497b7ce614d845ed410fee9c. --- docs/STATUS.md | 6 ++++++ docs/syntax-singleton-types.md | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/STATUS.md b/docs/STATUS.md index 742cb50..72db200 100644 --- a/docs/STATUS.md +++ b/docs/STATUS.md @@ -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) diff --git a/docs/syntax-singleton-types.md b/docs/syntax-singleton-types.md index 2c1f544..26ea302 100644 --- a/docs/syntax-singleton-types.md +++ b/docs/syntax-singleton-types.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.