Commit Graph

4 Commits

Author SHA1 Message Date
Sanchayan Maity 277dc29645 src: Lib: Use infix fmap 2021-05-08 14:31:00 +05:30
Sanchayan Maity e4c13abefa src: Refactor DB and Logger out of lib
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-07-28 18:27:33 +05:30
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
Sanchayan Maity 7547bcefad Free monads sample project
Only builds for now with the DSL fleshed out.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-07-22 19:07:48 +05:30