lean2/hott/algebra/category
Floris van Doorn 40086d0084 feat(hott): standardize the naming of definitions proving equality of elements of a structure
examples:
foo_eq : Pi {A B : foo}, _ -> A = B
foo_mk_eq : Pi _, foo.mk _ = foo.mk _ (if constructor is called "bar", then this becomes "bar_eq")
foo_eq_equiv : Pi {A B : foo}, (A = B) ≃ _

also changed priority of some instances of is_trunc
2015-04-29 10:04:06 -07:00
..
constructions feat(hott): standardize the naming of definitions proving equality of elements of a structure 2015-04-29 10:04:06 -07:00
adjoint.hlean refactor(category): merge precategory/ and category/, organize construction files differently. 2015-04-29 10:04:06 -07:00
category.hlean refactor(category): merge precategory/ and category/, organize construction files differently. 2015-04-29 10:04:06 -07:00
category.md refactor(category): merge precategory/ and category/, organize construction files differently. 2015-04-29 10:04:06 -07:00
functor.hlean feat(hott): standardize the naming of definitions proving equality of elements of a structure 2015-04-29 10:04:06 -07:00
groupoid.hlean refactor(category): merge precategory/ and category/, organize construction files differently. 2015-04-29 10:04:06 -07:00
iso.hlean feat(hott): standardize the naming of definitions proving equality of elements of a structure 2015-04-29 10:04:06 -07:00
nat_trans.hlean feat(hott): standardize the naming of definitions proving equality of elements of a structure 2015-04-29 10:04:06 -07:00
precategory.hlean feat(hott): standardize the naming of definitions proving equality of elements of a structure 2015-04-29 10:04:06 -07:00
strict.hlean refactor(category): merge precategory/ and category/, organize construction files differently. 2015-04-29 10:04:06 -07:00
yoneda.hlean feat(hott): standardize the naming of definitions proving equality of elements of a structure 2015-04-29 10:04:06 -07:00