Add ability to solve unification constraints separately of elaboration of surface syntax #8
Labels
enhancement
New feature or request
priority: low
scope: elaboration
scope: surface
scope: unification
In extensional type theory we can solve definitional equality constraints via propositional equality, thanks to equality reflection.
That means we can postpone resolution of constraints as far ahead as the end of elaboration of definition/file/module/project!
Moreover, solving those constraints doesn't anyhow change the syntax (nor core nor surface). That's 100% virtual activity, unlike intensional type theory, where solving definitional equality via propositional is only legitimate if we add in transports/coercions along those solutions into the syntax.
The text was updated successfully, but these errors were encountered: