The PR is not finished, I need to implement couple more functions and replace current Handler with GuideM monad.
This monad will be used instead of Handler in servant API handlers. It's a first part towards adding addEdit to all handlers. This monad will carry Config to allow handlers access Config.
The PR is not finished, I need to implement couple more functions and replace current
Handler
withGuideM
monad.This monad will be used instead of
Handler
in servant API handlers. It's a first part towards addingaddEdit
to all handlers. This monad will carryConfig
to allow handlers accessConfig
.