like instead of ``` object ForEither : KindId(Eith...
# arrow-contributors
e
like instead of
Copy code
object ForEither : KindId(Either::class)
it woud be
Copy code
object ForEither : KindId<Either<*,*>>()