Fix the changelog with hoistServerWithContext
This commit is contained in:
parent
c1414478c6
commit
8d7f25a646
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
|||
|
||||
```haskell
|
||||
type ServerT (MyCombinator :> api) m = MyValue -> ServerT api m
|
||||
hoistServerWithContext _ pc nt s = hoistServerWithContext (Proxy :: Proxy api) pc nt . s
|
||||
hoistServerWithContext _ pc nt s = hoistServerWithContext (Proxy :: Proxy api) pc nt s
|
||||
```
|
||||
|
||||
See https://github.com/haskell-servant/servant-auth/pull/67/commits/8ee3b6315247ac076516213fd7cfcdbfdb583ac9 for a real world example.
|
||||
|
|
Loading…
Reference in a new issue