Higher Kinded Types in Python
dry-python/returns@0.15
is released! And it means that now anyone can use our Higher Kinded Types emulation in their projects.In this post I will explain:
- What Higher Kinded Types (HKTs) are and why they are useful
- How they are implemented and what limitations there are
- How can you use them in your own projects
Without further ado, let’s talk about typing!
Source: Higher Kinded Types in Python, an article by Nikita Sobolev.