Closed langston-barrett closed 3 years ago
This library and HoTT/HoTT have similar design for their central Category classes. However, they export a nice constructor that fills in the equivalent of comp_assoc_sym automagically.
Category
comp_assoc_sym
Oh hey, what a nice and easy trick. Too bad we can't override {| ... |} to use a custom constructor for certain types...
{| ... |}
See 98f6bdd.
This library and HoTT/HoTT have similar design for their central
Category
classes. However, they export a nice constructor that fills in the equivalent ofcomp_assoc_sym
automagically.