https://kotlinlang.org logo
i

Imran/Malic

11/09/2019, 9:21 PM
k

kioba

11/11/2019, 9:57 AM
this looks awesome! 🙂 is this only works for Unit and Nothing right now? Is there a way to update to IO whenever the effects arrow plugin included?
r

raulraja

11/11/2019, 2:38 PM
we will have the inspection suggest either
suspend
or
IO
and it will do as a appropriate wrapping the call in IO.effect
😍 1
☝🏽 1
Just have not had time to implement it yet
some much stuff in the pipeline
k

kioba

11/11/2019, 2:47 PM
I wasn't meant to be demanding, I know a lot is going on. I was more like to see the possibilities with it 🙂 it is really good addition!
i

Imran/Malic

11/11/2019, 3:20 PM
Feel free to ping us, if your interested in contributing. arrow
r

raulraja

11/11/2019, 3:28 PM
@kioba no worries, I now you were not demanding, just wanting to give you clear expectations, there are more advanced type system features that are requiring more attention because they change the way we encode many things including things like union types etc.
👍 1
2 Views