scala-effekt
scala-effekt copied to clipboard
Extensible algebraic effects with handlers
Updates org.scala-lang:scala-library from 2.13.6 to 2.13.8. 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...
I modified my `build.sbt` according to the instruction and it looks like there is no library distribution for scala 2.13 in [the repository](https://oss.sonatype.org/content/repositories/snapshots/de/b-studios/). sbt output ``` [error] (core / ssExtractDependencies)...
Is there a way to implement a handler similar to `ambList` that returns a stream, lazily returning the results? My naive attempt did not work, but will result in an...