Lean 4 fork for HoTT-compatible kernel extensions (Path types, transport, HITs). Maintained against upstream leanprover/lean4.
Find a file
Kim Morrison a826de8a3d
chore: remove duplicated ForIn instances (#5892)
I'd previously added an instance from `ForIn'` to `ForIn`, but this then
caused some non-defeq duplication. It seems fine to just remove the
concrete `ForIn` instances in cases where the `ForIn'` instance exists
too. We can even remove a number of type-specific lemmas in favour of
the general ones.
2024-10-31 07:40:09 +00:00
.github chore: mention #version in bug report template (#5769) 2024-10-30 02:46:48 +00:00
doc chore: cleanup some deprecations in tests (#5834) 2024-10-25 11:11:22 +00:00
images
nix
releases_drafts
script feat: compile against Windows SDK headers under Windows (#5753) 2024-10-22 13:00:02 +00:00
src chore: remove duplicated ForIn instances (#5892) 2024-10-31 07:40:09 +00:00
stage0 chore: update stage0 2024-10-31 02:11:42 +00:00
tests chore: remove duplicated ForIn instances (#5892) 2024-10-31 07:40:09 +00:00
.gitattributes
.gitignore
.ignore
CMakeLists.txt
CMakePresets.json
CODEOWNERS
CONTRIBUTING.md
debug.log
flake.lock feat: ship cadical (#4325) 2024-08-23 09:13:27 +00:00
flake.nix
lean-toolchain
lean.code-workspace
LICENSE
LICENSES
README.md
RELEASES.md

This is the repository for Lean 4.

About

Installation

See Setting Up Lean.

Contributing

Please read our Contribution Guidelines first.

Building from Source

See Building Lean (documentation source: doc/make/index.md).