Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Higher-kinded types & typeclasses in Typescript #27

Open
pioluk opened this issue Dec 5, 2018 · 0 comments
Open

Higher-kinded types & typeclasses in Typescript #27

pioluk opened this issue Dec 5, 2018 · 0 comments

Comments

@pioluk
Copy link

pioluk commented Dec 5, 2018

Abstract

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant