mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
I say "thus" too much
This commit is contained in:
parent
462c6d1e8d
commit
39c55e616f
1 changed files with 2 additions and 2 deletions
|
@ -121,8 +121,8 @@ definition of `rank2`), but it's still just as problematic if we were to accept
|
|||
instantiated functions at polymorphic types. Thus, it's important that we
|
||||
actually ensure that we only instantiate in covariant contexts, but it's still
|
||||
just as problematic if we were to accept instantiated functions at polymorphic
|
||||
types. Thus, it's important that we actually ensure that subtyping only
|
||||
instantiates in covariant contexts.
|
||||
types. So, we must ensure that subtyping only instantiates in covariant
|
||||
contexts.
|
||||
|
||||
It may also be helpful to consider an example of rank-1 polymorphism to
|
||||
understand the full scope of the behavior. So, we can look at what happens if we
|
||||
|
|
Loading…
Add table
Reference in a new issue