lean4-htt/src/Init/Data/BitVec
Kyle Miller b863ca9ae9
chore: post-#7100 cleanup (#7196)
This PR does some stage0 cleanup after #7100, and enables a warning when
the old `structure S extends P : Type` syntax is used. It also updates
the library to put resulting types in the new correct place (`structure
S : Type extends P`).

The `structure` elaborator also has some additional docstrings, and
`StructFieldKind.fromParent` is renamed to
`StructFieldKind.fromSubobject`.
2025-02-23 22:46:22 +00:00
..
Basic.lean chore: cleanup duplicate theorems (#7113) 2025-02-18 01:46:12 +00:00
BasicAux.lean refactor: redefine unsigned fixed width integers in terms of BitVec (#5323) 2024-10-16 07:28:23 +00:00
Bitblast.lean chore: post-#7100 cleanup (#7196) 2025-02-23 22:46:22 +00:00
Folds.lean feat: make BitVec.getElem the simp normal form and use it in ext (#5498) 2025-02-16 00:04:56 +00:00
Lemmas.lean chore: cleanup duplicate theorems (#7113) 2025-02-18 01:46:12 +00:00