scala:main
← mberndt123:strictEquality-pattern-matching
opened 09:32AM - 21 Oct 24 UTC
Hi there,
I'd like to use the `strictEquality` feature for the improved type …safety it provides, but currently find it too inconvenient to use due to an unfortunate interaction with pattern matching. This SIP is my attempt to fix that.
There have been no comments in the [Pre-SIP thread](https://contributors.scala-lang.org/t/pre-sip-better-strictequality-support-in-pattern-matching/6781/6) for the past two weeks, and it's a very small (though impactful) change to the language, so I felt it was time to submit it.
Best regards
Matthias