jeff
01/29/2022, 10:08 PM"io.arrow-kt:arrow-optics-ksp-plugin:1.0.2-alpha.42"
) seems to have a bug: if I put @optics on a data class with 3 or fewer fields it generates code with first
, second
, third
which is great because arrow.core.Tuple3 has those fields.a
, b
, c
, d
which fails because arrow..core.Tuple4 does not have those fields (it has first
through fourth
) -- is this a known issue?jeff
01/29/2022, 10:16 PMjeff
01/29/2022, 10:18 PM1.0.3-alpha.1
instead