.. |
bool
|
refactor(library/data/bool): break into pieces to reduce dependencies
|
2014-11-07 08:41:14 -08:00 |
int
|
refactor(library/data/nat): declare lt and le asap using inductive definitions, and make key theorems transparent for definitional package
|
2014-11-22 00:19:39 -08:00 |
list
|
feat(library/definitional/cases_on): automatically add 'cases_on'
|
2014-10-25 17:22:02 -07:00 |
nat
|
refactor(library/data/nat/div): remove unnecessary annotations
|
2014-11-23 17:30:46 -08:00 |
num
|
refactor(data/num/string): break into pieces to reduce dependencies
|
2014-11-07 08:53:14 -08:00 |
prod
|
refactor(data.prod): move theorems about products from data.quotient.util to data.prod.thms
|
2014-11-22 17:44:12 -08:00 |
quotient
|
refactor(data.prod): move theorems about products from data.quotient.util to data.prod.thms
|
2014-11-22 17:44:12 -08:00 |
sigma
|
refactor(data/sigma): move notation from sigma.thms to sigma.decl
|
2014-11-22 17:44:12 -08:00 |
string
|
refactor(data/num/string): break into pieces to reduce dependencies
|
2014-11-07 08:53:14 -08:00 |
unit
|
fix(library/data/unit): missing file
|
2014-10-25 18:34:41 -07:00 |
data.md
|
refactor(library): remove unnecessary 'standard' subdirectory
|
2014-08-23 18:08:09 -07:00 |
default.lean
|
refactor(library): remove unnecessary 'standard' subdirectory
|
2014-08-23 18:08:09 -07:00 |
empty.lean
|
feat(empty): define negation of types
|
2014-11-08 19:12:54 -08:00 |
fin.lean
|
refactor(library/data/nat): declare lt and le asap using inductive definitions, and make key theorems transparent for definitional package
|
2014-11-22 00:19:39 -08:00 |
option.lean
|
refactor(library/data/option): cleanup using 'no_confusion'
|
2014-11-16 17:56:51 -08:00 |
set.lean
|
refactor(library): use 'reserve' notation in the standard library
|
2014-10-21 15:39:47 -07:00 |
subtype.lean
|
feat(frontends/lean): allow user to associate precedence to binders, closes #323
|
2014-11-23 17:30:46 -08:00 |
sum.lean
|
refactor(library/data/sum): use no_confusion construction to simplify proofs
|
2014-11-08 18:58:56 -08:00 |
vector.lean
|
feat(library/data): define 'nat.addl' addition using recursion on the first argument, prove it to be equivalent to 'add', and use it to define vector.append
|
2014-11-17 22:03:39 -08:00 |