lexi-lambda / freer-simple

A friendly effect system for Haskell
https://hackage.haskell.org/package/freer-simple
BSD 3-Clause "New" or "Revised" License
228 stars 20 forks source link

Updated README.md #10

Closed theGhostJW closed 1 year ago

theGhostJW commented 6 years ago

I found I did quite a bit of head scratching to work out how to "tie the knot" and run an application under different interpreters.

I have updated the ReadMe to include a sample application and invoke via both the pure and effectful interpreter.

I also made the output for the pure interpreter a little more interesting.