We can also use the generic derivation to build be...
# arrow-contributors
r
We can also use the generic derivation to build better pattern matching instrospecting the data classes properties to reify them and adapt them to partial functions similar to how Scala does pattern matching which is slightly more powerful than Kotlin's
when
thanks to
unapply
and Extractors.