pietervdvn / Lang

Yet another programming language
1 stars 1 forks source link

Fix type alias issue with filled in frees #86

Closed pietervdvn closed 8 years ago

pietervdvn commented 9 years ago

E.g.

type String = [Char]

This can never be considered as a Dict k v via [k,v]. This entry should thus be dropped from the table.