Skip to content

Commit

Permalink
Update README.md (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Aug 15, 2024
1 parent e96a354 commit fd739d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Make your functions return something meaningful, typed, and safe!
- Provides a bunch of primitives to write declarative business logic
- Enforces better architecture
- Fully typed with annotations and checked with `mypy`, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)
- Adds emulated Higher Kinded Types support
- Adds emulated [Higher Kinded Types](https://returns.readthedocs.io/en/latest/pages/hkt.html) support
- Provides type-safe interfaces to create your own data-types with enforced laws
- Has a bunch of helpers for better composition
- Pythonic and pleasant to write and to read 🐍
Expand Down

0 comments on commit fd739d8

Please sign in to comment.