Skip to content

Commit fd739d8

Browse files
authored
Update README.md (#1915)
1 parent e96a354 commit fd739d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Make your functions return something meaningful, typed, and safe!
2121
- Provides a bunch of primitives to write declarative business logic
2222
- Enforces better architecture
2323
- 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
24+
- Adds emulated [Higher Kinded Types](https://returns.readthedocs.io/en/latest/pages/hkt.html) support
2525
- Provides type-safe interfaces to create your own data-types with enforced laws
2626
- Has a bunch of helpers for better composition
2727
- Pythonic and pleasant to write and to read 🐍

0 commit comments

Comments
 (0)