Higher Kinded Types in Python ↦
I am happy to announce that the first version of Higher Kinded Types emulation is released with full mypy support. 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!
Discussion
Sign in or Join to comment or subscribe