We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6766678 commit f52500aCopy full SHA for f52500a
docs/source/api.rst
@@ -15,7 +15,7 @@ API Reference
15
:inherited-members:
16
17
.. py:data:: Maybe
18
- :value: Value[T] | Error
+ :value: Value[ResultT] | Error
19
20
A convenience alias to a union of both results. This allows type checkers to perform
21
exhaustiveness checking when ``isinstance()`` is used with either class::
0 commit comments