teikalang / teika

MIT License
324 stars 7 forks source link

Commit on self types #186

Open EduardoRFS opened 11 months ago

EduardoRFS commented 11 months ago

Should self types trigger an error and only be used by macros?

EduardoRFS commented 9 months ago

This will not be the case, I made the decision to go strictly with dependent intersection as when combined with mutual recursion(induction-induction), they are more general than self.

EduardoRFS commented 9 months ago

Keeping this open to document the thought process and the details.