UniMath / agda-unimath

The agda-unimath library
https://unimath.github.io/agda-unimath/
MIT License
222 stars 71 forks source link

Define the noncoherent wild precategory of pointed types #1179

Closed fredrik-bakke closed 2 months ago

EgbertRijke commented 2 months ago

This is a very nice pull request!

I think my only remark would be about the extensive use of \lambda where, which you have clearly been adopting now in favor of copattern matching. It is definitely shorter, but the copattern matching had the advantage that it displayed the judgmental equalities that hold by definition more clearly. Either way, I am happy to merge this PR as-is. Great job!