This Scala library is different from the equally named standalone "Effekt language", developed by the same authors. Recent publications only address the latter.
The Effekt library allows you to structure your effectful programs in a functional way. It thus represents an alternative to traditional monad transformer based program structuring techniques.
To use Effekt (tested with Scala 2.12 and Scala 2.13), include the
following line to your build.sbt
file:
resolvers += Opts.resolver.sonatypeSnapshots
libraryDependencies += "de.b-studios" %% "effekt" % "0.4-SNAPSHOT"
To learn how to use the library, see Your First Effect.