lean2/library/data
2015-05-16 18:42:13 +10:00
..
examples chore(library): remove some unnecessary parentheses 2015-04-29 14:39:59 -07:00
finset refactor,feat(library/{data,algebra}): move bigops to algebra, define sums 2015-05-16 18:42:13 +10:00
int refactor(library/data/{nat,int,rat}/{basic.lean,order.lean}: make algebra instance declarations local 2015-05-12 06:20:47 -07:00
list refactor,feat(library/{data,algebra}): move bigops to algebra, define sums 2015-05-16 18:42:13 +10:00
nat refactor,feat(library/{data,algebra}): move bigops to algebra, define sums 2015-05-16 18:42:13 +10:00
quotient feat(library/init): move propext to init/quot, add Jeremy's funext theorem 2015-04-01 12:36:33 -07:00
rat refactor(library/data/{nat,int,rat}/{basic.lean,order.lean}: make algebra instance declarations local 2015-05-12 06:20:47 -07:00
set fix(library/data/set/{classical_inverse.lean,map.lean}): protect definitions in map, to avoid ambiguity 2015-05-16 18:24:19 +10:00
bool.lean refactor(library/data): test new tactics in the standard library 2015-05-03 21:40:33 -07:00
countable.lean refactor(library/data): rename 'countable' to 'encodable', define countable in the usual way, and prove all 'encodable' type is 'countable' 2015-04-19 14:20:47 -07:00
data.md feat(library/data): update defaults and markdown files 2015-05-08 20:23:15 +10:00
default.lean feat(library/data): update defaults and markdown files 2015-05-08 20:23:15 +10:00
empty.lean refactor(library/init): move subsingleton to init folder 2015-04-01 11:57:29 -07:00
encodable.lean feat(library): avoid 'definition' hack for theorems 2015-05-09 12:15:30 -07:00
fin.lean refactor(library/data/fin): cleanup pattern matching equations 2015-03-05 14:42:42 -08:00
fintype.lean fix(library/data/fintype.lean): reduce imports, to avoid cyclic dependencies 2015-05-16 17:53:35 +10:00
num.lean refactor(library,hott): use/test new 'contradiction' tactic in the standard and hott libraries 2015-04-30 13:56:12 -07:00
option.lean refactor(library/data): test new tactics in the standard library 2015-05-03 21:40:33 -07:00
prod.lean refactor(library/data): test new tactics in the standard library 2015-05-03 21:40:33 -07:00
sigma.lean refactor(library): reorganize init folder and add setoid 2015-03-31 19:56:05 -07:00
squash.lean feat(library/data/squash): define squash type using quotients 2015-04-24 18:11:25 -07:00
string.lean feat(library/data/string): prove that string and char have decidable equality 2015-05-03 21:08:09 -07:00
subtype.lean refactor(library/data): test new tactics in the standard library 2015-05-03 21:40:33 -07:00
sum.lean refactor(library/data): test new tactics in the standard library 2015-05-03 21:40:33 -07:00
unit.lean refactor(library/init): move subsingleton to init folder 2015-04-01 11:57:29 -07:00
uprod.lean feat(library/tactic/rewrite_tactic): apply 'reflexivity' tactic after 'rewrite' instead of hard coded solution 2015-05-05 20:23:49 -07:00
vector.lean refactor(library/data): test new tactics in the standard library 2015-05-03 21:40:33 -07:00