You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this presentation, I am going to show how to hack your way around the Typescript compiler leverage existing Typescript features to emulate higher-kinded types 😀. We'll learn:
the difference between nominal & structural typing
what the heck are HKT & typeclasses
why would we need it
how to define our very own typeclass & its instances for different types
Basics of Typescript & previous experience with FP welcome.
The text was updated successfully, but these errors were encountered:
Abstract
In this presentation, I am going to show how to
hack your way around the Typescript compilerleverage existing Typescript features to emulate higher-kinded types 😀. We'll learn:Basics of Typescript & previous experience with FP welcome.
The text was updated successfully, but these errors were encountered: