teikalang / teika

MIT License
318 stars 7 forks source link

teika: pipe aliases through context #204

Closed EduardoRFS closed 8 months ago

EduardoRFS commented 8 months ago

Goals

Prepare for alias consumption.

Context

Currently all the aliases are piped down by with_unify_context, this is hackish but also makes quite hard to properly consume aliases which is needed to ensure decidability of checking.

Related