lean4-htt/library/init/data/list
Leonardo de Moura c132f555a9 fix(library/init/data/list/instances): decidable_bex
The previous `decidable_bex` was using a nasty hack.
First, it was relying on a bug in the local_context object that was
fixed at commit 6060b75e6. Note that, the type class resolution
will be even more restrictive after we implement the fix described at a75b0d8ee.
Second, it was built using tactics that are meant for constructing
proof irrelevant code (e.g., `simp`).
2018-02-01 18:30:52 -08:00
..
basic.lean feat(library/init/data/list/basic): add is_prefix_of and is_suffix_of 2017-12-11 16:27:03 -08:00
default.lean feat(library/init/data/list/qsort): add temp qsort as meta definition 2017-02-17 21:07:09 -08:00
instances.lean fix(library/init/data/list/instances): decidable_bex 2018-02-01 18:30:52 -08:00
lemmas.lean feat(library/init/meta/interactive): add goal tagging support for by_cases 2017-12-13 15:17:13 -08:00
qsort.lean feat(library/init/meta/interactive): merge ginduction and induction 2017-12-07 19:10:10 -08:00