Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 644 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 644 Bytes

This repository contains the code and examples for this talk:

Bypassing free monads with object algebras

You can find the slides of the talk here.

In order to run the examples, type the following from the command prompt, which will take you to the scala console:

> ./sbt console

To exercise the live coding, type this:

> ./sbt "~testOnly org.hablapps.talk.bypassingfreemonads.templates.ObjectAlgebraApproach"