pvillega / free-monad-sample

Trying to understand Free Monad by implementing one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Free Monad Sample

Welcome to Free Monad Sample.

This is an exercise to play around with Free Monad to understand better the concept, uses, and limitation of Free Monad.

Relevant blog posts and sources

The following links sources been used to document myself on Free Monad, and may help you understand the concept better:

Tools and Libraries used

Project created using sbt-fresh

Cats library used for its Free Monad implementation

FreeK library to implement an example of Free Monads using this library

Contribution policy

Contributions via GitHub pull requests are gladly accepted from their original author. Along with any pull requests, please state that the contribution is your original work and that you license the work to the project under the project's open source license. Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.

License

This code is open source software licensed under the Apache 2.0 License.

About

Trying to understand Free Monad by implementing one


Languages

Language:Scala 100.0%