1ad5a08306
* Add code formatting with purty * Purtify code |
||
---|---|---|
.. | ||
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