unsplash / sum-types

Safe, ergonomic, non-generic sum types in TypeScript.
https://unsplash.github.io/sum-types/
MIT License
42 stars 2 forks source link

Fix null value in nullary constructors #38

Closed samhh closed 2 years ago

samhh commented 2 years ago

Type system doesn't catch much for us here with all the assertions we've needed to use. :disappointed:

samhh commented 2 years ago

Merging without approval as it's breaking the latest release, and a test has been added.