lean4-htt/library/init/meta/smt
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
..
congruence_closure.lean chore(library): convert comments to docstrings 2017-06-12 15:17:00 +02:00
default.lean feat(library/init/meta/smt): add rsimp 2017-02-17 19:40:38 -08:00
ematch.lean chore(library): convert comments to docstrings 2017-06-12 15:17:00 +02:00
interactive.lean feat(init/meta/interactive): rw at *, rw at h1 h2 |- support 2017-07-28 16:47:02 +01:00
rsimp.lean feat(init/meta/interactive): declare format! and sformat! macros and start putting them to use 2017-06-07 10:09:38 -07:00
smt_tactic.lean chore(library): convert comments to docstrings 2017-06-12 15:17:00 +02:00