We'll have good news regarding Arrow soon
# language-proposals
d
We'll have good news regarding Arrow soon
n
Ah, this is interesting. Your going to set up the annotation processor to generate higher-kinds for each specifically annotated function, right? Why is there an annotation for type class file generation (just curious)?
r
Kotlin does not support type classes and we codegen the boilerplate needed to resolve instances
@typeclass Functor<F>: TC { ... } gives you automatically :
Copy code
functor<F>(): Functor<F>
in Arrow