Lean 4 fork for HoTT-compatible kernel extensions (Path types, transport, HITs). Maintained against upstream leanprover/lean4.
Find a file
Jovan Gerbscheid 4c972ba0d6
fix: add missing s! in UInt64.fromJson? (#11237)
This PR fixes the error thrown by `UInt64.fromJson?` and
`USize.fromJson?` to use the missing `s!`.
2025-11-18 10:31:31 +00:00
.claude chore: basic dev instructions for Claude (#11074) 2025-11-04 04:07:53 +00:00
.github chore: CI: bump actions/upload-artifact from 4 to 5 (#11052) 2025-11-11 12:41:14 +00:00
doc feat: String.toList_map (#11021) 2025-11-01 13:54:39 +00:00
images
releases_drafts
script fix: deallocation for closures in non default configurations (#11217) 2025-11-17 16:27:20 +00:00
src fix: add missing s! in UInt64.fromJson? (#11237) 2025-11-18 10:31:31 +00:00
stage0 chore: update stage0 2025-11-18 09:08:13 +00:00
tests test: regression test for #6332 (#11234) 2025-11-18 09:47:04 +00:00
.gitattributes
.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.