pietervdvn / Lang

Yet another programming language
1 stars 1 forks source link

Update restrict-set syntax for imports #99

Open pietervdvn opened 8 years ago

pietervdvn commented 8 years ago
import Module hiding  {function, Constructor, type TypeName, instance X is Y}

Hiding a type automatically hide all of it's constructors