Skip to content

Commit 13872b8

Browse files
committed
doc(match-type): 2nd fix type lambda syntax
1 parent 8d98f96 commit 13872b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/new-types/match-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ We define match type reduction in terms of an auxiliary relation, `can-reduce`:
6868
```
6969
Match(S, C1, ..., Cn) can-reduce i, T'
7070
```
71-
if `Ci = [Xs] => P => T` and there are minimal instantiations `Is` of the type variables `Xs` such that
71+
if `Ci = [Xs] =>> P => T` and there are minimal instantiations `Is` of the type variables `Xs` such that
7272
```
7373
S <: [Xs := Is] P
7474
T' = [Xs := Is] T

0 commit comments

Comments
 (0)