On https://github.com/maxsnew/multi-poly-cats/pull/51 I've added definitions hasPropHoms and hasContrHoms. It seems more in the spirit of the way the cubical library is structured to use these definitions rather than using Preorder^D. We should probably only use Preorder^D as an interface to define a Category^D that hasPropHoms.
On https://github.com/maxsnew/multi-poly-cats/pull/51 I've added definitions
hasPropHoms
andhasContrHoms
. It seems more in the spirit of the way thecubical
library is structured to use these definitions rather than usingPreorder^D
. We should probably only use Preorder^D as an interface to define a Category^D that hasPropHoms.