lean2/library/algebra/category
Leonardo de Moura d2958044fd feat(frontends/lean): add multiple_instances command
After this commit, Lean "cuts" the search after the first instance is
computed. To obtain the previous behavior, we must use the new command

          multiple_instances <class-name>

closes #370
2014-12-21 17:28:44 -08:00
..
adjoint.lean feat(library/algebra): modify categories to use definitions, prove basic theorems about discrete categories 2014-12-03 20:29:16 -08:00
basic.lean feat(frontends/lean): add multiple_instances command 2014-12-21 17:28:44 -08:00
category.md doc(algebra): update markdown files 2014-11-08 19:12:54 -08:00
constructions.lean refactor(library/init/sigma): rename sigma.dpair->sigma.mk, sigma.dpr1->sigma.pr1, sigma.dpr2->sigma.pr2 2014-12-19 18:23:08 -08:00
default.lean style(library): rename set_category to discrete_category 2014-11-08 19:12:54 -08:00
functor.lean feat(library/algebra): modify categories to use definitions, prove basic theorems about discrete categories 2014-12-03 20:29:16 -08:00
limit.lean refactor(library): major changes in the library 2014-11-03 18:45:12 -08:00
morphism.lean feat(frontends/lean): add multiple_instances command 2014-12-21 17:28:44 -08:00
natural_transformation.lean refactor(library): major changes in the library 2014-11-03 18:45:12 -08:00
yoneda.lean refactor(library): major changes in the library 2014-11-03 18:45:12 -08:00