lean4-htt/library/init
Leonardo de Moura 6e7929252f feat(frontends/lean, library/init): add 'thunk' gadget
We can now write
   trace "hello" t
instead of
   trace "hello" (fun _, t)
2017-01-31 18:41:59 -08:00
..
algebra chore(library/init/algebra/order): remove leftover 2017-01-22 21:31:04 -08:00
category perf(frontends/lean/tactic_notation): closes #1345 2017-01-30 14:13:53 -08:00
data refactor(library/init/core): simpler has_sep type class with out_param 2017-01-30 18:54:56 -08:00
meta feat(frontends/lean, library/init): add 'thunk' gadget 2017-01-31 18:41:59 -08:00
native feat(frontends/lean, library/init): add 'thunk' gadget 2017-01-31 18:41:59 -08:00
.gdb_history chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
cc_lemmas.lean refactor(frontends/lean): PType ==> Sort 2017-01-30 11:54:00 -08:00
classical.lean fix(library,tests/lean): fix run/interactive tests, and problems in the standard library due to the new interpretation for Type 2017-01-30 11:54:00 -08:00
coe.lean feat(library/init/coe): add coercion from A to (option A) 2017-01-31 17:45:41 -08:00
core.lean feat(frontends/lean, library/init): add 'thunk' gadget 2017-01-31 18:41:59 -08:00
default.lean feat(library/tactic/smt): perform "unit propagation" in the congruence closure module 2017-01-02 18:49:26 -08:00
function.lean chore(library/init): adjust Sort vs Type in definitions 2017-01-30 12:50:18 -08:00
funext.lean feat(frontends/lean): (Type u) can't be a proposition 2017-01-30 11:54:00 -08:00
init.md chore(*.md): fix/remove broken links 2016-02-23 10:11:24 -08:00
logic.lean chore(library/init): adjust Sort vs Type in definitions 2017-01-30 12:50:18 -08:00
propext.lean fix(library/init/propext): Type => Sort 2017-01-30 19:17:57 -08:00
util.lean feat(frontends/lean, library/init): add 'thunk' gadget 2017-01-31 18:41:59 -08:00
wf.lean fix(library/init/wf): wf eliminators should be able to eliminate into Prop and Type 2017-01-30 19:14:43 -08:00