The line between Typescript and F# is beginning to blur, in a good way.
recently used A & B for type unions to great effect. I wish I could export TypeScript’s typing logic to every dynamic language I end up using. It’s very pragmatic, and extremely useful for fixing up “enterprise”-y code
A & B
The line between Typescript and F# is beginning to blur, in a good way.
recently used
A & Bfor type unions to great effect. I wish I could export TypeScript’s typing logic to every dynamic language I end up using. It’s very pragmatic, and extremely useful for fixing up “enterprise”-y code