pull/68/head
Jon Eugster 3 years ago
parent b6066f5163
commit f02e591c37

@ -32,7 +32,7 @@ syntax (name := rewriteSeq) "rw" (config)? rwRuleSeq (location)? : tactic
# Modified `induction` tactic # Modified `induction` tactic
Modify `induction` tactic to always show `(0 : MyNat)` instead of `MyNat.zero` and Modify `induction` tactic to always show `(0 : MyNat)` instead of `MyNat.zero` and
to support the lean3-style `while` keyword. to support the lean3-style `with` keyword.
This is mainly copied and modified from the mathlib-tactic `induction'`. This is mainly copied and modified from the mathlib-tactic `induction'`.
-/ -/

Loading…
Cancel
Save