anoma / geb

A Categorical View of Computation
https://anoma.github.io/geb/
GNU General Public License v3.0
28 stars 10 forks source link

Optimize Term Annotation for Function Application #128

Closed agureev closed 1 year ago

agureev commented 1 year ago

Gets rid of hom-cod function and hence gets rid of unnecessary pattern matching during term annotation for function application. Alongside that, adds a case for checking well-definedness.