Skip to content

Commit 5032f71

Browse files
authored
Merge pull request #1483 from lampepfl/DarkDimius-patch-7
Update readme: mark Exhaustivity checks & multiv.eq. as implemented
2 parents 959ea0c + 213e65b commit 5032f71

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ See [github contributors page](https://github.com/lampepfl/dotty/graphs/contribu
3030
| Colored Repl | Implemented |
3131
| Sbt incremental build | Implemented |
3232
| Non-blocking lazy vals | Implemented |
33+
| Multiverse equality | Implemented |
3334
| Option-less pattern matching(based on [name-based patmat](https://github.com/scala/scala/pull/2848)) | Implemented |
3435
| Function arity adaptation | Implemented |
36+
| Exhaustivity checks in pattern matching | Implemented |
3537
| | |
3638
| Non-boxed arrays of value classes | In progress |
3739
| Working contravariant implicits | In progress |
@@ -44,8 +46,7 @@ See [github contributors page](https://github.com/lampepfl/dotty/graphs/contribu
4446
| Effects | Under consideration |
4547
| Auto-completion in repl | Under consideration |
4648
| Spec Option-less pattern matching | Under consideration |
47-
| Multiverse equality | Under consideration |
48-
| Exhaustivity checks in pattern matching | Under consideration |
49+
4950
There are also plethora of small details such as [per-callsite @tailrec annotations](https://github.com/lampepfl/dotty/issues/1221)
5051

5152
####What are the complications that I can have If I start using Dotty?

0 commit comments

Comments
 (0)