6ce52417f7
* Replace purty with purs-tidy * run purs-tidy |
||
---|---|---|
.. | ||
Main.purs | ||
Readme.md |
CustomStack Example
This example demonstrates using middleware to introduce a custom monad stack
to your application. Here, we run our router within a ReaderT
to provide a
globally-available environment during routing.
To run the example server, run:
make example EXAMPLE=CustomStack