We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d98f96 commit 13872b8Copy full SHA for 13872b8
docs/docs/reference/new-types/match-types.md
@@ -68,7 +68,7 @@ We define match type reduction in terms of an auxiliary relation, `can-reduce`:
68
```
69
Match(S, C1, ..., Cn) can-reduce i, T'
70
71
-if `Ci = [Xs] => P => T` and there are minimal instantiations `Is` of the type variables `Xs` such that
+if `Ci = [Xs] =>> P => T` and there are minimal instantiations `Is` of the type variables `Xs` such that
72
73
S <: [Xs := Is] P
74
T' = [Xs := Is] T
0 commit comments