Join Slack
Communities
Powered by
like instead of ``` object ForEither : KindId(Eith...
# arrow-contributors
e
Eugenio
07/22/2018, 12:49 PM
like instead of
Copy code
object ForEither : KindId(Either::class)
it woud be
Copy code
object ForEither : KindId<Either<*,*>>()
Open in Slack
Previous
Next