To mirror some of the more common feedback, I found myself consistently wanting to use a colon instead of an equals sign for type declarations. It felt more natural to write type foo: string
than type foo = string
.
7 Likes