Use discriminated unions and exhaustiveness checking to level up your Javascript| twitchard.github.io
Your first step to learn TypeScript| www.typescriptlang.org
The official blog for the Melange project| melange.re
Table of Contents| rpeszek.github.io
Table of Contents| rpeszek.github.io
Table of Contents| rpeszek.github.io
In this article, we show how to use TypeScript to implement Haskell concepts like algebraic data types, higher-kinded types, tagless final, and more.| Functional Programming in TypeScript