Hi everyone! I'm new in FP, category theory, etc. ...
# arrow-contributors
h
Hi everyone! I'm new in FP, category theory, etc. world but a decent Kotlin developer! I want to start contributing on arrow. Mostly interested on making it multiplatform. Do you mind to introduce me some simple issues that I can jump in? 😄
Nobody responded, so I start with https://github.com/arrow-kt/arrow/issues/2144
p
I always recommend starting with some docs 😄
😄 1
these typeclasses are undocumented
see the monad docs as an example
FunctorFilter is easy to understand, and you can follow up with TraverseFilter!
that’s also doable
h
good @pakoito! Thanks, I'll start from there 🙂
that’s the implementation of FunctorFilter
it’s a functor that can filter elements 😄 You need to learn about Functor first
and then kinds, from the glossary
h
I know about functor already 🙂
great
p