coop icon indicating copy to clipboard operation
coop copied to clipboard

Cooperative multithreading as a pure monad transformer

Results 50 coop issues
Sort by recently updated
recently updated
newest added

Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.6.2 to 1.7.1. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.7.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.6.2...v1.7.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates org.specs2:specs2-core from 4.16.0 to 4.16.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...

Updates [com.codecommit:sbt-spiewak-sonatype](https://github.com/djspiewak/sbt-spiewak) from 0.22.1 to 0.23.0. [GitHub Release Notes](https://github.com/djspiewak/sbt-spiewak/releases/tag/v0.23.0) - [Version Diff](https://github.com/djspiewak/sbt-spiewak/compare/v0.22.1...v0.23.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates * [org.scala-lang:scala3-library](https://github.com/lampepfl/dotty) * [org.scala-lang:scala3-library_sjs1](https://github.com/lampepfl/dotty) from 3.0.2 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.0.2...3.1.2) - [Version Diff](https://github.com/lampepfl/dotty/compare/release-3.0.2...release-3.1.2) I'll automatically update this PR to resolve conflicts as long as you...

Updates org.specs2:specs2-core from 4.14.1 to 4.15.0. 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...

Updates * [org.scala-js:sbt-scalajs](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-compiler](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library_2.13](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge_2.13](https://github.com/scala-js/scala-js) from 1.7.0 to 1.7.1. [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.7.1) - [Version Diff](https://github.com/scala-js/scala-js/compare/v1.7.0...v1.7.1) I'll automatically update this PR to resolve...

Updates [com.codecommit:sbt-spiewak-sonatype](https://github.com/djspiewak/sbt-spiewak) from 0.22.1 to 0.23.0. [GitHub Release Notes](https://github.com/djspiewak/sbt-spiewak/releases/tag/v0.23.0) - [Version Diff](https://github.com/djspiewak/sbt-spiewak/compare/v0.22.1...v0.23.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Again, just because it can be done.

Now we can move away from mutable Kleisli.

@djspiewak I'm having some trouble implementing an `ApplicativeThread` instance for `StateT`, particularly `start`. If you could provide some insight, that would be amazing. Thanks.