lean2/library
Leonardo de Moura 4781fc8365 fix(library/init/logic): eq.symm should not use eq.subst
Reason: eq.symm is used by definitional package, and eq.subst is opaque.
Thus, computation will get stuck if it depends on eq.subst.
2015-01-02 22:20:08 -08:00
..
algebra refactor(library/data/int,library/algebra): make int an instnance of ordered ring, rename theorems 2014-12-26 16:25:05 -05:00
data fix(library/data/nat/order): delete unused material at end of file 2014-12-26 16:57:10 -05:00
init fix(library/init/logic): eq.symm should not use eq.subst 2015-01-02 22:20:08 -08:00
logic refactor(library): clean up headers and markdown files 2014-12-22 15:33:42 -05:00
tools refactor(library): add 'init' folder 2014-11-30 20:34:12 -08: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): clean up headers and markdown files 2014-12-22 15:33:42 -05:00
library.md refactor(library): clean up headers and markdown files 2014-12-22 15:33:42 -05:00
standard.lean refactor(library): clean up headers and markdown files 2014-12-22 15:33:42 -05:00