arrow-kt / arrow-core

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

CU-9rr532 Deprecate k wrappers #340

Closed nomisRev closed 3 years ago

nomisRev commented 3 years ago

This PR deprecates the K wrappers with appropriate messages, and in some methods a ReplaceWith instruction how to easily remove the K wrapper.

All functioality that is concretely provided by these K wrappers is either implemented by the Kotlin Std or by the extensions provided in arrow.core.*

franciscodr commented 3 years ago

Task linked: CU-9rr532 Deprecate K-Wrappers