lean2/library
Leonardo de Moura a618bd7d6c refactor(library): use type classes for encoding all arithmetic operations
Before this commit we were using overloading for concrete structures and
type classes for abstract ones.

This is the first of series of commits that implement this modification
2015-11-08 14:04:54 -08:00
..
algebra refactor(library): use type classes for encoding all arithmetic operations 2015-11-08 14:04:54 -08:00
data refactor(library): use type classes for encoding all arithmetic operations 2015-11-08 14:04:54 -08:00
examples chore(examples/ex): move example to library 2015-05-13 17:07:10 -07:00
init refactor(library): use type classes for encoding all arithmetic operations 2015-11-08 14:04:54 -08:00
logic feat(hott,library): add additional spacing hints 2015-09-30 17:41:44 -07:00
theories feat(library/theories/analysis/{metric_space,real_limit}: add convergence theorems 2015-09-20 20:51:28 -04:00
tools feat(frontends/lean): add simp tactic frontend stub 2015-07-14 09:54:53 -04: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
library.md feat(library.md): update reference to classical axiom 2015-09-01 15:17:46 -07:00
standard.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00