teikalang / teika

MIT License
317 stars 7 forks source link

smol: remove GADTs usage from typed tree #128

Closed EduardoRFS closed 1 year ago

EduardoRFS commented 1 year ago

Goals

Simplify again the typed tree.

Context

The GADTs in the typed tree are not used anymore and as such can be removed.

This is probably a temporary change as GADTs will likely be used again for typing of self, but this is an improvement nonetheless."

Related