arrow-kt / arrow-fx

Λrrow Fx is part of Λrrow, a functional companion to Kotlin's Standard Library
http://arrow-kt.io
Other
64 stars 15 forks source link

Sv update arrow fx docs #386

Closed nomisRev closed 3 years ago

nomisRev commented 3 years ago

Removes deprecated references from the docs, and adds a small section on the rationale of replacing IO with suspend. I also wanted to tackle https://arrow-kt.io/docs/fx/polymorphism/ but couldn't find it in the arrow-docs project... 🤔

The io page still needs to be added to the website for 0.12.0, and I'm not sure if we want to keep it later. It might be useful as page for people used to working with IO.

i-walker commented 3 years ago

👏 Thanks simon, I think what we should also mention is that by moving to suspended, users and library authors alike can easily integrate Arrow Fx in other effectfull code and libraries, without the integration modules that were previously needed.

i-walker commented 3 years ago

Fixed the build, ready to be merged if you are @nomisRev 🙌