Skip to content

Instantly share code, notes, and snippets.

View henkerik's full-sized avatar

Henk Erik van der Hoek henkerik

View GitHub Profile
import scala.language.higherKinds
import scalaz.Coproduct
import scalaz.Functor
import scalaz.Applicative
import scalaz.Free
import scalaz.Free.Return
import scalaz.Free.Suspend
import scalaz.State.modify
import scalaz.State
import scalaz.Monad