diff --git a/rfcs/constrained-generics.md b/rfcs/constrained-generics.md index e47d542f..ca0438b6 100644 --- a/rfcs/constrained-generics.md +++ b/rfcs/constrained-generics.md @@ -31,8 +31,6 @@ SomethingWithAGenericTable({meow = 5}) --OK SomethingWithAGenericTable(5) --not OK ``` -> TODO: Partially constrained generics, where part of the type is known but can be expaned upon, similar to TypeScript's `extends` keyword. - ## Drawbacks This adds unusual syntax, as well as adding to the complexity of the language.