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 e96a354 commit fd739d8Copy full SHA for fd739d8
README.md
@@ -21,7 +21,7 @@ Make your functions return something meaningful, typed, and safe!
21
- Provides a bunch of primitives to write declarative business logic
22
- Enforces better architecture
23
- Fully typed with annotations and checked with `mypy`, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)
24
-- Adds emulated Higher Kinded Types support
+- Adds emulated [Higher Kinded Types](https://returns.readthedocs.io/en/latest/pages/hkt.html) support
25
- Provides type-safe interfaces to create your own data-types with enforced laws
26
- Has a bunch of helpers for better composition
27
- Pythonic and pleasant to write and to read 🐍
0 commit comments