<@U9798V1U2> more cool stuff like the Applicative ...
# arrow
r
@themishkun more cool stuff like the Applicative builder is coming for data classes and sealed hierarchies once we have
arrow-generic
which is going to allow you to auto derive instances for product types Since there is an
Iso
between
data class
<->
TupleN
<->
HList
so we can just define instances for TupleN and HList and get the data classes ones derived.