Skip to content

Commit 221898a

Browse files
committed
doc(match-type): mark typing as work in progress
1 parent a6d2312 commit 221898a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ Within a match type `Match(S, Cs) <: B`, all occurrences of type variables count
126126

127127
<!-- TODO revise this section, at least `S` has to be invariant according to the current implementation -->
128128

129-
## Future Typing Rules for Match Expressions
129+
## Typing Rules for Match Expressions (Work in Progress)
130130

131-
<!-- TODO document the final solution and remove `Future` from `Future Typing Rules...` -->
131+
<!-- TODO document the final solution and remove (Work in Progress) -->
132132

133133
Typing rules for match expressions are tricky. First, they need some new form of GADT matching for value parameters.
134134
Second, they have to account for the difference between sequential match on the term level and parallel match on the type level. As a running example consider:

0 commit comments

Comments
 (0)