DanielXMoore / Civet

A TypeScript superset that favors more types and less typing
https://civet.dev
MIT License
1.33k stars 28 forks source link

Assignment operator sections #1174

Closed edemaine closed 2 months ago

edemaine commented 2 months ago

A natural extension of Haskell-style operator sections to assignment operators. This seems quite useful, as in e.g. new Promise (resolve =).