lean2/library/data
2014-11-29 19:08:37 -08:00
..
bool refactor(library/data/bool): break into pieces to reduce dependencies 2014-11-07 08:41:14 -08:00
int refactor(library/algebra/relation, library/logic/instances): revise equivalence relations and congruences to use structure command 2014-11-28 22:54:15 -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 fix(library/data/prod/decl): give preference to unicode version when pretty printing 2014-11-28 23:02:19 -08:00
quotient refactor(library/algebra/relation, library/logic/instances): revise equivalence relations and congruences to use structure command 2014-11-28 22:54:15 -08:00
sigma refactor(library): use "symbolic" precedences in the standard library 2014-11-29 19:08:37 -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/fin): simplify 'fin' module using new inversion tactic 2014-11-28 22:46:06 -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 expressions to be used to define precedence, closes #335 2014-11-29 18:29:48 -08:00
sum.lean feat(library): reorganize and declare some notation 2014-11-28 22:54:15 -08:00
vector.lean fix(library/logic/heq): heq.to_eq must be transparent because it is needed in the 'inversion' tactic used by definitional package 2014-11-28 23:49:17 -08:00