Skip to content

Commit 582dafc

Browse files
committed
Imporves docs
1 parent d41c2bc commit 582dafc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Make your functions return something meaningful, typed, and safe!
2020
- Enforces better architecture
2121
- Fully typed with annotations and checked with `mypy`, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)
2222
- Has a bunch of helpers for better composition
23-
- Pythonic and pleasant to write and to read (!)
23+
- Pythonic and pleasant to write and to read 🐍
2424
- Support functions and coroutines, framework agnostic
2525
- Easy to start: has lots of docs, tests, and tutorials
2626

docs/pages/maybe.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ And ``Maybe`` represents just ``None`` and the value.
159159
It is not useful for ``IO`` related tasks.
160160
So, use ``Result`` instead, which can represent what happened to your ``IO``.
161161

162+
You can convert ``Maybe`` to ``Result``
163+
and back again with special :ref:`converters`.
164+
162165

163166
Further reading
164167
---------------

0 commit comments

Comments
 (0)