diprism / perpl

The PERPL Compiler
MIT License
10 stars 5 forks source link

Restore substTypes and substTags #111

Closed davidweichiang closed 1 year ago

davidweichiang commented 1 year ago

A while ago I removed substTags and substType, thinking to streamline things by letting subst do everything. But it seems to complicate #81 if subst is able to substitute so many different kinds of variables. This puts the two functions back. However, note