Lean 4 fork for HoTT-compatible kernel extensions (Path types, transport, HITs). Maintained against upstream leanprover/lean4.
Find a file
Leonardo de Moura bb264e1ff0
feat: BitVec.ofNat in grind lia (#11640)
This PR adds support for `BitVec.ofNat` in `grind lia`. Example:

```lean
example (x y : BitVec 8) : y < 254#8 → x > 2#8 + y → x > 1#8 + y := by
  grind
```
2025-12-12 17:50:38 +00:00
.claude
.github chore: ci: bump grove-action to v0.5 (#11559) 2025-12-09 10:33:31 +00:00
doc doc: note that tests/lean/run disables linters (#11595) 2025-12-11 01:33:07 +00:00
images
releases_drafts
script chore: shake: keep-downstream and import privacy (#11634) 2025-12-12 14:09:50 +00:00
src feat: BitVec.ofNat in grind lia (#11640) 2025-12-12 17:50:38 +00:00
stage0 chore: update stage0 2025-12-12 16:00:39 +00:00
tests feat: BitVec.ofNat in grind lia (#11640) 2025-12-12 17:50:38 +00:00
.gitattributes doc: grove: update and add String data (#11551) 2025-12-08 16:49:37 +00:00
.gitignore
.gitpod.Dockerfile
.gitpod.yml
.ignore
CMakeLists.txt
CMakePresets.json
CODEOWNERS
CONTRIBUTING.md
flake.lock
flake.nix
lean-toolchain
lean.code-workspace
LICENSE
LICENSES
README.md
RELEASES.md

This is the repository for Lean 4.

About

Installation

See Install Lean.

Contributing

Please read our Contribution Guidelines first.

Building from Source

See Building Lean.