lean4-htt/library/init
Sebastian Ullrich 0aacccd8c9 feat(frontends/lean): change structure update notation
`{s with ...}` is now `{..., ..s}`, which more clearly expresses that the
result type is not necessarily equal to the type of `s` (in absence of an
expected type and a structure name, we still default to the type of `s`).

Multiple fallback sources can be given: `{..., ..s, ..t}` will fall back to
searching a field in `s`, then in `t`. The last component can also be `..`,
which will replace any missing fields with a placeholder.

The old notation will be removed in the future.
2017-11-17 16:40:47 -08:00
..
algebra feat(library/init/algebra/classes): add is_strict_total_order type class 2017-11-17 15:06:32 -08:00
category chore(init/category/combinators): remove monad.for 2017-07-26 11:52:11 +01:00
data refactor(library): rbtree lemmas do not need to be in init folder 2017-11-17 16:14:28 -08:00
meta feat(frontends/lean): change structure update notation 2017-11-17 16:40:47 -08:00
native chore(init/category/combinators): remove monad.for 2017-07-26 11:52:11 +01:00
cc_lemmas.lean feat(frontends/lean): use . for field access 2017-03-28 15:29:54 -07:00
classical.lean refactor(init/classical): simplify classical proofs 2017-07-28 16:47:53 +01:00
coe.lean chore(library): convert comments to docstrings 2017-06-12 15:17:00 +02:00
core.lean chore(library/init/core): declare and using structure 2017-09-05 15:08:20 -07:00
default.lean feat(init/meta/attribute,library/tactic/attribute): user_attribute apply handlers 2017-08-02 14:32:39 +01:00
function.lean refactor(frontends/lean/token_table,library): take ~> assume 2017-07-05 11:20:10 -07:00
funext.lean refactor(frontends/lean/token_table,library): take ~> assume 2017-07-05 11:20:10 -07:00
init.md chore(*.md): fix/remove broken links 2016-02-23 10:11:24 -08:00
ite_simp.lean feat(library/init/ite_simp): add simp lemmas 2017-11-06 12:34:52 -08:00
logic.lean feat(library/init/logic): double negation helper lemmas 2017-11-13 21:51:35 -08:00
propext.lean feat(frontends/lean): add support for t.<id> and t.<idx> when t is a composite term 2017-03-28 17:47:49 -07:00
relator.lean refactor(frontends/lean/token_table,library): take ~> assume 2017-07-05 11:20:10 -07:00
util.lean refactor(library): has_to_string ==> has_repr 2017-06-18 18:29:19 -07:00
wf.lean refactor(frontends/lean/token_table,library): take ~> assume 2017-07-05 11:20:10 -07:00