lean2/library
Leonardo de Moura b7023ce1d8 fix(frontends/lean/placeholder_elaborator): do not truncate stream of
solutions during class-instance resolution, closes #183

For example, in theorem inverse_unique at category.lean, implicit
arguments are synthesized for inverse_compose. The first solution H' is
not good, and produces a type incorrect solution
2014-09-12 16:12:23 -07:00
..
data fix(frontends/lean/placeholder_elaborator): do not truncate stream of 2014-09-12 16:12:23 -07:00
hott feat(library/coercion): add simple trick for defining coercions to function-class in a convenient way, closes #31 2014-09-09 14:36:36 -07:00
logic refactor(library/logic/core/eq): cleanup 2014-09-09 19:15:11 -07:00
struc feat(frontends/lean): persistent notation in sections 2014-09-06 11:14:20 -07:00
tools feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype 2014-09-04 17:26:36 -07:00
.gitignore chore(library/.gitignore): update 2014-08-29 10:31:16 -07:00
.project chore(library): add .project file 2014-08-29 10:31:16 -07:00
classical.lean refactor(library): set up and document standard/classical/hott imports 2014-08-25 22:57:55 -07:00
general_notation.lean refactor(library): add namespaces 'or', 'and' and 'iff' 2014-09-04 21:25:21 -07:00
library.md chore(library): add 'universe polymorphism' to list of extra feat 2014-08-25 23:00:50 -07:00
Makefile fix(library/Makefile): ignore flycheck generated files in the Makefile, fixes #101 2014-08-27 08:36:32 -07:00
standard.lean refactor(library): set up and document standard/classical/hott imports 2014-08-25 22:57:55 -07:00