freddie-freeloader / scala-effekt

Extensible algebraic effects with handlers

Home Page:http://b-studios.github.io/scala-effekt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Scala.js

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:

libraryDependencies += "de.b-studios" %% "effekt" % "0.1-SNAPSHOT"

To learn how to use the library, see Your First Effect.

About

Extensible algebraic effects with handlers

http://b-studios.github.io/scala-effekt

License:MIT License


Languages

Language:Scala 97.4%Language:Shell 2.6%