Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.08 KB

Lean 4 元编程

Authors: Arthur Paulino, Damiano Testa, Edward Ayers, Evgenia Karunus, Henrik Böving, Jannis Limperg, Siddhartha Gadgil, Siddharth Bhat

译者:subfish_zhou

Contributing

The markdown files are generated automatically via mdgen. Thus, if you're going to write or fix content for the book, please do so in the original Lean files inside the lean directory.

Important: since mdgen is so simple, please avoid using comment sections in Lean code blocks with /- ... -/. If you want to insert commentaries, do so with double dashes --.

Building the markdown files

This is not required, but if you want to build the markdown files, you can do so by running lake run build.