cats-mtl
cats-mtl copied to clipboard
cats transformer type classes.
Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 2.7.5 to 3.5.9. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.5.9) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v2.7.5...v3.5.9) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Two places: 1. In [homepage](https://typelevel.org/cats-mtl/index.html)'s right-top bar, click the doc link would go to https://www.javadoc.io/doc/org.typelevel/cats-mtl-docs_2.13/1.3.0/ and it will jump to the `javadoc.io`'s homepage with "Artifact org.typelevel:cats-mtl-docs_2.13 does not exist." error....
Updates * [org.scala-lang:scala3-library](https://github.com/lampepfl/dotty) * [org.scala-lang:scala3-library_sjs1](https://github.com/lampepfl/dotty) from 3.1.1 to 3.1.2. [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.1.2) - [Version Diff](https://github.com/lampepfl/dotty/compare/3.1.1...3.1.2) - [Version Diff](https://github.com/lampepfl/dotty/compare/release-3.1.1...release-3.1.2) I'll automatically update this PR to resolve conflicts as long as you...
Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.12.15 to 2.12.16. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.16) - [Version Diff](https://github.com/scala/scala/compare/v2.12.15...v2.12.16) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
I do not know if #227 is still open, but I have tried long time ago to implement it and failed. Recently I found my old branch but still lack...
Updates [com.codecommit:sbt-spiewak-sonatype](https://github.com/djspiewak/sbt-spiewak.git) from 0.22.0 to 0.22.1. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
Should address #80 for now. StateIO uses a `Ref` to make state updates more performant. A simple benchmark included in this PR shows this so far: ``` [info] Benchmark Mode...
I had a need for `Functor` on `ApplicativeAsk`, so I just went with it and looked at other possible implementations. TODO: - [x] instances for other type classes - [...
It has been mentioned on Gitter that such a function would be useful, especially for things like Ref that provide an atomic modify operation that allows returning a value depending...