Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 418 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 418 Bytes

Free Interpreter: Project Tutorial

Welcome! This repository demonstrates the technique detailed by Gabriel Gonzalez's Purify Code Using Free Monads.

It also shows how to use improve and iterM.

Building

$ stack build

Running

$ stack ghci

Testing

$ stack test

Benchmarks

$ stack bench