You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: servant/CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,8 @@
37
37
-*servant-client* Add `hoistClient` to `HasClient`.
38
38
Just like `hoistServer` allows us to change the monad in which request handlers
39
39
of a web application live in, we also have `hoistClient` for changing the monad
40
-
in which *client functions* live. Read [tutorial section for more information](#link).
40
+
in which *client functions* live.
41
+
Read [tutorial section for more information](https://haskell-servant.readthedocs.io/en/release-0.14/tutorial/Client.html#changing-the-monad-the-client-functions-live-in).
- Add [`servant-flatten`"spice" to the structuring api recipe](https://haskell-servant.readthedocs.io/en/release-0.14/cookbook/structuring-apis/StructuringApis.html)
0 commit comments