leanprover-community / lean4-metaprogramming-book

Home Page:https://leanprover-community.github.io/lean4-metaprogramming-book/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Lean 4 Metaprogramming Book

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

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.

About

https://leanprover-community.github.io/lean4-metaprogramming-book/

License:Apache License 2.0


Languages

Language:Lean 68.4%Language:JavaScript 30.6%Language:Python 1.0%