mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-04 18:41:00 +01:00
Update eager-inference-annotations-for-polymorphic-types.md
This commit is contained in:
parent
9fa24be227
commit
96f8aaa3a2
1 changed files with 0 additions and 3 deletions
|
@ -58,6 +58,3 @@ This has the added drawback that the `!` syntax modifier would need to be barred
|
||||||
|
|
||||||
### Keywords
|
### Keywords
|
||||||
Something like `<greedy T>` or `<strict T>` should also be considered if we want to reduce symbols. This idea has merit when considering the potential complexity of type aliases combined with `T!?`
|
Something like `<greedy T>` or `<strict T>` should also be considered if we want to reduce symbols. This idea has merit when considering the potential complexity of type aliases combined with `T!?`
|
||||||
|
|
||||||
### Type Function Constraint
|
|
||||||
Provide a `types.monomorphic<T>` function accessible in luau's type runtime to enforce monomorphism dynamically. This could be implemented separately at a later date.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue