Actually, serve this one so it's useful in the Docs tutorial
This commit is contained in:
parent
4c64c13af0
commit
a87067a6c1
1 changed files with 2 additions and 2 deletions
|
@ -1023,10 +1023,10 @@ serverFor = error "..."
|
||||||
TODO prose
|
TODO prose
|
||||||
|
|
||||||
``` haskell
|
``` haskell
|
||||||
type CombinedAPI2 = CombinedAPI :<|> EmptyAPI
|
type CombinedAPI2 = API :<|> EmptyAPI
|
||||||
|
|
||||||
server11 :: Server CombinedAPI2
|
server11 :: Server CombinedAPI2
|
||||||
server11 = server10 :<|> emptyAPIServer
|
server11 = server3 :<|> emptyAPIServer
|
||||||
```
|
```
|
||||||
|
|
||||||
## Using another monad for your handlers
|
## Using another monad for your handlers
|
||||||
|
|
Loading…
Reference in a new issue