1
Fork 0
solar-conflux/purescript/free
Matei Adriel 05d04490e8 Add free
2023-10-29 02:17:37 +02:00
..
src Add free 2023-10-29 02:17:37 +02:00
test Add free 2023-10-29 02:17:37 +02:00
.gitignore Add free 2023-10-29 02:17:37 +02:00
packages.dhall Add free 2023-10-29 02:17:37 +02:00
README.md Add free 2023-10-29 02:17:37 +02:00
spago.dhall Add free 2023-10-29 02:17:37 +02:00

Free

My experiments with free monads and interpreting algebras.

File structure

File Description
Exists.purs Basic existential types
Lambda.purs Function call algebra and interpreter using existentials
Math.purs Addition & multiplication free monad and interpreter