Update eager-inference-annotations-for-polymorphic-types.md

This commit is contained in:
Marcus 2025-03-07 15:57:47 +01:00 committed by GitHub
parent 9fa24be227
commit 96f8aaa3a2
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -58,6 +58,3 @@ This has the added drawback that the `!` syntax modifier would need to be barred
### 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!?`
### 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.