when codegen'ing overloads like this <https://gith...
# getting-started
d
when codegen'ing overloads like this https://github.com/danneu/kotlin-json-combinator/blob/5294d3ac520b9ef5afff964043ae7fc72c06000e/src/main/kotlin/com/danneu/json/Decoder.kt#L300-L416, does it speed up type-checking to add as many type-hints as possible, like
.flatMap { v1: V1 -> ... }
in that example?