lean4-htt/library/init
Leonardo de Moura 0163c1aa5b feat(library/init): use mk_dec_eq_instance in the init folder
We cannot mk_dec_eq_instance everywhere in the init folder because some
dec_eq instances are used to define the tactic mk_dec_eq_instance.
2016-07-20 20:21:58 -04:00
..
meta feat(library/init): use mk_dec_eq_instance in the init folder 2016-07-20 20:21:58 -04:00
alternative.lean feat(library/init): add 'guard' and helper typeclasses 2016-07-07 00:52:52 -07:00
applicative.lean feat(library/init): add 'guard' and helper typeclasses 2016-07-07 00:52:52 -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/char): add inhabited instance for char 2016-07-16 16:24:11 -04: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 feat(library/init): use mk_dec_eq_instance in the init folder 2016-07-20 20:21:58 -04: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
instances.lean feat(library/init): use mk_dec_eq_instance in the init folder 2016-07-20 20:21:58 -04:00
list.lean feat(library/init): use mk_dec_eq_instance in the init folder 2016-07-20 20:21:58 -04:00
list_classes.lean feat(library/init): add 'guard' and helper typeclasses 2016-07-07 00:52:52 -07: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 feat(library/init): add 'guard' and helper typeclasses 2016-07-07 00:52:52 -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 feat(library/init): add 'guard' and helper typeclasses 2016-07-07 00:52:52 -07: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 feat(library/init): add 'has_andthen' type class, and ';' notation 2016-07-09 18:39:27 -07: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 feat(library/init/string): add utf8_length 2016-07-19 14:22:37 -04:00
subtype.lean feat(library/init): use mk_dec_eq_instance in the init folder 2016-07-20 20:21:58 -04:00
timeit.lean chore(library): unit.star ==> () 2016-06-08 17:31:44 -07:00
to_string.lean feat(frontends/lean): add support for character literals 2016-07-18 14:07:10 -04:00
trace.lean fix(library/init): add missing file 2016-06-09 14:39:56 -07:00
unit.lean feat(library/init): use mk_dec_eq_instance in the init folder 2016-07-20 20:21:58 -04: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