We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
:<
<:
1 parent 25a9cb3 commit a39e174Copy full SHA for a39e174
resources/type-system/inference.md
@@ -643,7 +643,7 @@ satisfies schema `Pt`. Constraints in which `X` appears free in either `Pb` or
643
### Closure of type constraints
644
645
The closure of a type constraint `Pb <: X <: Pt` with respect to a set of type
646
-variables `L` is the subtype constraint `Qb <: X :< Qt` where `Qb` is the
+variables `L` is the subtype constraint `Qb <: X <: Qt` where `Qb` is the
647
greatest closure of `Pb` with respect to `L`, and `Qt` is the least closure of
648
`Pt` with respect to `L`.
649
0 commit comments