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:
Alp Mestanogullari 2018-11-13 10:53:07 +01:00 committed by GitHub
commit 1fb70d3a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.