escalier-lang / escalier

A compile-to-JavaScript language with tight TypeScript integration.
https://escalier-lang.github.io/escalier/
MIT License
21 stars 1 forks source link

Primitive types should subsume corresponding literals in union types #707

Open kevinbarabash opened 1 year ago

kevinbarabash commented 1 year ago

e.g. number | 1 | 2 should be simplified to number.