Merge pull request #1081 from xaviershay/rawm
Add note to custom monad documentation about what to do with Raw endpoints
This commit is contained in:
commit
1fb70d3a90
1 changed files with 3 additions and 0 deletions
|
@ -115,3 +115,6 @@ Running cookbook-using-custom-monad...
|
|||
[Book "To Kill a Mockingbird",Book "Harry Potter and the Order of the Phoenix"]
|
||||
[Book "The Picture of Dorian Gray",Book "To Kill a Mockingbird",Book "Harry Potter and the Order of the Phoenix"]
|
||||
```
|
||||
|
||||
To use `Raw` endpoints, look at the
|
||||
[servant-rawm](http://hackage.haskell.org/package/servant-rawm) package.
|
||||
|
|
Loading…
Reference in a new issue