lean4-htt/library/data/rbtree
Leonardo de Moura 54004d4972 fix(library/tactic/cases_tactic): try to clear input hypothesis when performing dependent elimination
The `induction h` tactic tries to clear hypothesis `h` after it is
applied. But, before this commit, `cases h` would only try to clear `h`
when performing non-dependent elimination. This was problematic when
writing tactic scripts for automating proofs.
2017-12-05 11:03:46 -08:00
..
basic.lean fix(library/tactic/cases_tactic): try to clear input hypothesis when performing dependent elimination 2017-12-05 11:03:46 -08:00
default.lean feat(library/data/rbtree): cleanup and add min max 2017-11-18 12:22:10 -08:00
find.lean feat(library): do not using simp lemmas for sorting arguments of AC operators by default 2017-12-03 15:03:58 -08:00
insert.lean chore(library/init): replace iterate applications with repeat when appropriate 2017-12-04 13:04:46 -08:00
main.lean feat(library): do not using simp lemmas for sorting arguments of AC operators by default 2017-12-03 15:03:58 -08:00
min_max.lean fix(library/tactic/cases_tactic): try to clear input hypothesis when performing dependent elimination 2017-12-05 11:03:46 -08:00