lean4-htt/library/init/data/array
Mario Carneiro 4ae2f87bc8 refactor(init/meta/tactic): use dite instead of cases in by_cases
This fixes the issue in PR #1752 by using `dite`, which is essentially nondependent cases, so that the decidable instances are not substituted.
2017-07-20 01:28:21 -07:00
..
basic.lean feat(init/data/array): array theorems 2017-07-05 12:37:54 -07:00
default.lean feat(library/data/list, library/data/array): theorems needed for new hash_map 2017-05-16 14:38:43 -07:00
lemmas.lean refactor(init/meta/tactic): use dite instead of cases in by_cases 2017-07-20 01:28:21 -07:00
slice.lean refactor(library): list.taken/dropn ~> list.take/drop 2017-07-05 11:20:10 -07:00