agrafix / Spock

Another Haskell web framework for rapid development
https://www.spock.li
678 stars 56 forks source link

Abstract over the SpockT Monad #91

Open agrafix opened 8 years ago

agrafix commented 8 years ago

Use either a typeclass or a free monad to abstract away the concrete SpockT monad. This will for example enable automatic documentation generation.