lean4-htt/library/init/data/list
Mario Carneiro 26548c956c feat(init/meta/interactive): rw at *, rw at h1 h2 |- support
Now tactics supporting locations can also specify the goal among the locations by using the name `⊢` or `|-`. Also `rw at *` is implemented so that it will rewrite any hypotheses or the goal for which the whole sequence of rewrites succeeds. (This is different from `rw at h1 h2 ... hn |-`, which requires that all rewrites run to completion on each specified target.)
2017-07-28 16:47:02 +01:00
..
basic.lean feat(init/meta/interactive): rw at *, rw at h1 h2 |- support 2017-07-28 16:47:02 +01:00
default.lean feat(library/init/data/list/qsort): add temp qsort as meta definition 2017-02-17 21:07:09 -08:00
instances.lean refactor(init/data/{nat,list}): rename for consistency with stdlib 2017-07-26 11:52:10 +01:00
lemmas.lean refactor(library/init): move bitvector to main repo 2017-07-26 13:35:38 +01:00
qsort.lean chore(library/init/data): recent changes 2017-07-05 12:44:56 -07:00