Commit 2020-04-26 06:46 1182e910
View on Github →refactor(tactic/nth_rewrite): enable rewriting hypotheses, add docstrings (#2471) This PR
- renames the interactive tactic
perform_nth_rewrite
tonth_rewrite
- enables rewriting at hypotheses, instead of only the target
- renames the directory and namespace
rewrite_all
tonth_rewrite
- adds a bunch of docstrings