Skip to content

Commit 84a7bc4

Browse files
committed
Improves docs
1 parent 916c9b7 commit 84a7bc4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/pages/pointfree.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,15 @@ We also have a long list of other ``bind_*`` functions, like:
105105
- ``bind_result`` to bind functions returning ``Result`` container
106106
- ``bind_ioresult`` to bind functions returning ``IOResult`` container
107107
- ``bind_future`` to bind functions returning ``Future`` container
108+
- ``bind_future_result`` to bind functions returning ``FutureResult`` container
108109
- ``bind_context`` to bind functions returning ``RequiresContext`` container
109110
- ``bind_context_result`` to bind functions
110111
returning ``RequiresContextResult`` container
112+
- ``bind_context_ioresult`` to bind functions
113+
returning ``RequiresContextIOResult`` container
111114
- ``bind_async`` to bind async functions
112115
returning ``Future`` or ``FutureResult``
116+
- ``bind_awaitable`` to bind async non-container functions
113117

114118

115119
unify
@@ -237,6 +241,8 @@ API Reference
237241

238242
.. autofunction:: returns.pointfree.bind_future
239243

244+
.. autofunction:: returns.pointfree.bind_future_result
245+
240246
.. autofunction:: returns.pointfree.bind_context
241247

242248
.. autofunction:: returns.pointfree.bind_context_result
@@ -245,6 +251,8 @@ API Reference
245251

246252
.. autofunction:: returns.pointfree.bind_async
247253

254+
.. autofunction:: returns.pointfree.bind_awaitable
255+
248256
.. autofunction:: returns.pointfree.unify
249257

250258
.. autofunction:: returns.pointfree.rescue

0 commit comments

Comments
 (0)