lean4-htt/library/init
2016-07-04 17:32:16 -07:00
..
meta chore(library/init/meta/tactic): cleanup mk_eq_simp_ext 2016-07-04 17:32:16 -07:00
bool.lean refactor(library): move 'none', 'some', 'tt', 'ff' to top-level 2016-06-25 12:39:19 -07:00
char.lean feat(library/init): add 'has_to_string' type class 2016-05-26 10:43:26 -07:00
classical.lean refactor(frontends/lean): disable '!' operator, and adjust standard library 2016-07-02 01:41:46 +01:00
combinator.lean feat(library/init): add combinators SKI 2016-06-09 14:39:20 -07:00
datatypes.lean refactor(library): move 'none', 'some', 'tt', 'ff' to top-level 2016-06-25 12:39:19 -07:00
default.lean refactor(library/init): move option (inhabited, decidable_eq and monad) instances to init 2016-06-28 16:37:10 +01:00
fin.lean chore(library/init): minimize number of sorry's in the init folder 2016-06-06 18:56:45 -07:00
function.lean feat(library/init/meta/fun_info): expose fun_info 2016-06-22 14:00:00 -07:00
functor.lean feat(init): add <$>, <*> and >>= notation 2016-06-14 16:07:37 -07:00
funext.lean chore(library/init): minimize number of sorry's in the init folder 2016-06-06 18:56:45 -07:00
init.md chore(*.md): fix/remove broken links 2016-02-23 10:11:24 -08:00
list.lean feat(library/init/meta/tactic): add 'focus', 'first', 'solve' and LCF-style AND_THEN tactical 2016-06-29 01:07:41 +01:00
logic.lean refactor(frontends/lean): disable '!' operator, and adjust standard library 2016-07-02 01:41:46 +01:00
measurable.lean refactor(library): use anonymous instance implicit arguments 2015-12-13 11:46:48 -08:00
monad.lean chore(library/init/monad): change precedence for >>= and >> 2016-06-21 18:29:07 -07:00
nat.lean refactor(frontends/lean): disable '!' operator, and adjust standard library 2016-07-02 01:41:46 +01:00
num.lean refactor(library): move 'none', 'some', 'tt', 'ff' to top-level 2016-06-25 12:39:19 -07:00
option.lean refactor(library/init): move option (inhabited, decidable_eq and monad) instances to init 2016-06-28 16:37:10 +01:00
ordering.lean refactor(library/init): cmp_result => ordering 2016-06-07 10:14:07 -07:00
prod.lean refactor(library): move 'none', 'some', 'tt', 'ff' to top-level 2016-06-25 12:39:19 -07:00
quot.lean refactor(frontends/lean): disable '!' operator, and adjust standard library 2016-07-02 01:41:46 +01:00
relation.lean feat(library/data/list/sort): add sort for lists 2015-08-09 14:23:09 -07:00
reserved_notation.lean refactor(library): add has_append type class, string concatenation is now an instance of has_append instead of has_add 2016-06-27 08:04:47 +01:00
setoid.lean feat(init/setoid): tag equivalence relation 2015-12-05 11:54:27 -08:00
sigma.lean feat(library/init): remove 'sorry's from sigma 2016-06-20 11:05:21 -07:00
sigma_lex.lean refactor(frontends/lean): disable '!' operator, and adjust standard library 2016-07-02 01:41:46 +01:00
simplifier.lean chore(library/init): minimize number of sorry's in the init folder 2016-06-06 18:56:45 -07:00
string.lean refactor(library): add has_append type class, string concatenation is now an instance of has_append instead of has_add 2016-06-27 08:04:47 +01:00
subtype.lean feat(library/init): make sure list, char and string decidable_eq instances are defined in the init folder 2016-05-25 15:16:12 -07:00
timeit.lean chore(library): unit.star ==> () 2016-06-08 17:31:44 -07:00
to_string.lean refactor(library): add has_append type class, string concatenation is now an instance of has_append instead of has_add 2016-06-27 08:04:47 +01:00
trace.lean fix(library/init): add missing file 2016-06-09 14:39:56 -07:00
unsigned.lean feat(library/meta): add has_to_string instance for 'name' 2016-06-01 19:24:03 -07:00
wf.lean refactor(frontends/lean): disable '!' operator, and adjust standard library 2016-07-02 01:41:46 +01:00
wf_k.lean feat(init/wf): port from standard library to HoTT library 2016-02-09 10:03:48 -08:00