Monday, 6 March 2023

New Show Hacker News story: latest news

Show HN: Tagged Unions and Factories in TypeScript
2 by nightlyherb | 0 comments on Hacker News.
Wish sum types got more love in TypeScript. I have settled on this style to minimize the boilerplate code needed to write tagged unions and tagged union factories. Lines 1-8 are helper functions for declaring tagged union types. They are used for non-generic tagged unions. Non-generic tagged unions' types should be inferred correctly. Generic tagged unions are super hard to type, as TypeScript only allows functions to be typed as generic values. Wish you enjoy this as well.

No comments:

Post a Comment