Joshua Potter 87e293ea8d | ||
---|---|---|
bookshelf | ||
first-course-abstract-algebra | ||
mathematical-introduction-logic | ||
theorem-proving-in-lean | ||
.gitignore | ||
README.md |
README.md
bookshelf-lean
A collection of proofs and answers to exercises to books I'm studying.
Updates
Lean's tooling is a fickle beast. If looking to update e.g. Mathlib
, pin a new
version to the lake-manifest.json
file and start a new build from scratch:
> lake update
> lake clean
> lake build