#scalaseq

[ follow ]
Scala
fromunderscore.io
5 years ago

Review Seq matching when porting to 2.13

Scala 2.13's scala.Seq now aliases immutable.Seq, causing pattern-match failures when libraries supply non-immutable scala.collection.Seq.
[ Load more ]