pravdomil
pravdomil
see diff
for github
in json
in json
**Sum types - OR** there is ONE way how to define: `type` **Product types - AND** there are MANY ways: `()` `(a, b)` `(a, b, c)` `{ x: a, y:...
Since `type` can only define sum(or) type let's use `type or` keyword instead, to make it explicit. Or maybe: And type - zero and more values `type alias` Or type...
to be pip compatible
see diff preview https://github.com/pravdomil/CEP-Resources/blob/patch-1/README.md
see diff