Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 799 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 799 Bytes

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.