Go to file
Sanchayan Maity 38d9cd6072 Lib: Changes to the DSL
1. Fix the logger DSL and add top level helpers
2. Drop the servant server part in the DSL. As aptly explained by Arun,
"It won't accomplish a lot to DSL-ise the starting of that execution
flow -- it's not expressing any business logic, just setting up the
scaffolding within which our business logic will be executed".

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-07-27 20:32:43 +05:30
app Free monads sample project 2020-07-22 19:07:48 +05:30
src Lib: Changes to the DSL 2020-07-27 20:32:43 +05:30
test Free monads sample project 2020-07-22 19:07:48 +05:30
.gitignore Free monads sample project 2020-07-22 19:07:48 +05:30
LICENSE Free monads sample project 2020-07-22 19:07:48 +05:30
README.md Free monads sample project 2020-07-22 19:07:48 +05:30
Setup.hs Free monads sample project 2020-07-22 19:07:48 +05:30
hie.yaml Free monads sample project 2020-07-22 19:07:48 +05:30
package.yaml Free monads sample project 2020-07-22 19:07:48 +05:30
stack.yaml Free monads sample project 2020-07-22 19:07:48 +05:30
stack.yaml.lock Free monads sample project 2020-07-22 19:07:48 +05:30

README.md

free-monad-example