Skip to content

FR-vdash-bot/std4

This branch is 7 commits ahead of, 837 commits behind leanprover-community/batteries:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a4afaf · Dec 3, 2022
Sep 13, 2022
Aug 31, 2022
Dec 3, 2022
Oct 27, 2022
Nov 22, 2022
Aug 31, 2022
Aug 31, 2022
Aug 28, 2022
Aug 31, 2022
Dec 2, 2022
Aug 31, 2022
Oct 20, 2022
Dec 1, 2022

Repository files navigation

std4

Work in progress standard library for Lean 4. This is a collection of data structures and tactics intended for use by both computer-science applications and mathematics applications of Lean 4.

Build instructions

  • Get the newest version of elan. If you already have installed a version of Lean, you can run
    elan self update
    
    If the above command fails, or if you need to install elan, run
    curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
    
    If this also fails, follow the instructions under Regular install here.
  • To build std4 run lake build. To build and run all tests, run make.
  • If you added a new file, run the following command to update Std.lean:
    find Std -name "*.lean" | env LC_ALL=C sort | sed 's/\.lean//;s,/,.,g;s/^/import /' > Std.lean
    
    (or use scripts/updateStd.sh which contains this command).

About

Standard Library for Lean 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lean 100.0%