arrow-fx / arrow.fx / Race7 / Seventh
data class Seventh<G> : Race7<Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, G>
data class Seventh<G> :
Race7
<
Nothing
,
, G>
Seventh(winner: G)
val winner: G
Do you like Arrow?