You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
standardise on liftF and add liftK to transformers (#2033)
* Deprecate `lift` in favour of `liftF`
* Add `liftK` to Monad Transformers
* Correct version number in deprecation warning
* Add scalafix to rename `lift` to `liftF`
* Use kind projector syntax for liftK
* Add MiMa exceptions
* Fix scalafix
* Fix broken scaladoc link
* Fix doctest for Kleisli's liftK
-[x] the lift method on WriterT, StateT, RWST and Kleisli was renamed to liftF
28
+
27
29
-[x] CartesianBuilder (i.e. |@|) syntax is deprecated, use the apply syntax on tuples instead. E.g. (x |@| y |@| z).map(...) should be replaced by (x, y, z).mapN(...)
28
30
29
31
-[x] Free.suspend is renamed to Free.defer for consistency.
0 commit comments