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

Deprecates IO data type and related type classes in favor of Arrow Fx Coroutines #357

Closed raulraja closed 3 years ago

raulraja commented 3 years ago

Description

Deprecates IO data type and related type classes for 0.12.0

I adapted the current docs to remove all references to IO and its type classes. We still need to come up with better docs and structure for all the libs that would come in other PRs.

Todos

Related PRs

https://github.com/arrow-kt/arrow-core/pull/275