gavr123456789 / Niva

Smalltalk like programming language
https://gavr123456789.github.io/niva-site
41 stars 2 forks source link

Redeclaration of default types should be an error, probably #270

Closed gavr123456789 closed 9 hours ago

gavr123456789 commented 3 months ago

type Int // error union Sas = Person name: String | ^Int // u cant include non union types here