diprism / perpl

The PERPL Compiler
MIT License
10 stars 5 forks source link

Monomorphize externs #89

Closed davidweichiang closed 1 year ago

davidweichiang commented 1 year ago

This is trying to get at the root of the same problem that #86 is trying to fix, which is that externs aren't monomorphized, so they still have type parameters during stages that assume there are no type parameters.

davidweichiang commented 1 year ago

Closes #88.

davidweichiang commented 1 year ago

I'm going to go ahead and merge this one while closing #86.