DenialAdams / roland

Roland programming language
https://www.brick.codes/roland
Apache License 2.0
46 stars 0 forks source link

disallow names of generic types that are already defined #78

Open DenialAdams opened 1 year ago

DenialAdams commented 1 year ago

funny enough, rust actually totally allows this. But rust is smarter than we are about type resolution and properly shadows the primitive type. it seems desirable to just disallow this if possible