lean4-htt/src/Lean/Meta/Tactic/Simp
Scott Morrison 94d6286e5a
chore: reorganising to reduce imports (#3790)
[Before](https://github.com/leanprover/lean4/files/14772220/oi.pdf) and
[after](https://github.com/leanprover/lean4/files/14772226/oi2.pdf).

This gets `ByteArray`, `String.Extra`, `ToString.Macro` and `RCases` out
of the imports of `omega`. I'd hoped to get `Array.Subarray` too, but
it's tangled up in the list literal syntax. Further progress could come
from make `split` use available `Decidable` instances, so we could pull
out `Classical` (and possibly some of `PropLemmas`).
2024-03-27 11:15:01 +00:00
..
BuiltinSimprocs refactor: Offset.lean and related files (#3614) 2024-03-05 19:40:15 -08:00
Attr.lean feat: use attribute command to add and erase simprocs (#3511) 2024-02-26 23:41:49 +00:00
BuiltinSimprocs.lean feat: simprocs for BitVec (#3407) 2024-02-19 14:01:00 -08:00
Main.lean fix: ofScientific at simp (#3628) 2024-03-07 00:11:31 +00:00
RegisterCommand.lean chore: reorganising to reduce imports (#3790) 2024-03-27 11:15:01 +00:00
Rewrite.lean feat: use dsimprocs at dsimp 2024-03-05 14:42:05 -08:00
SimpAll.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
SimpCongrTheorems.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Simproc.lean feat: use dsimprocs at dsimp 2024-03-05 14:42:05 -08:00
SimpTheorems.lean feat: use attribute command to add and erase simprocs (#3511) 2024-02-26 23:41:49 +00:00
Types.lean chore: rename automatically generated equational theorems (#3661) 2024-03-13 07:56:27 +00:00