Skip to content

Tecsisa/scala-effekt

 
 

Repository files navigation

Build Status Chat

Scala Effekt

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.11 and Scala 2.12), 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.

About

Extensible algebraic effects with handlers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 98.1%
  • Shell 1.9%