aelve / guide

A workspace for research teams
https://guide.aelve.com
106 stars 10 forks source link

[WIP] Add custom monad for servant handlers #223

Closed chshersh closed 5 years ago

chshersh commented 6 years ago

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.

willbasky commented 5 years ago

done #245