leanprover / theorem_proving_in_lean

Theorem proving in Lean
Apache License 2.0
47 stars 46 forks source link

Update to leanprover-community/mathlib@feb165c #119

Closed YaelDillies closed 1 year ago

YaelDillies commented 1 year ago

Update all code snippets to make sure they run without error nor warning on https://github.com/leanprover-community/mathlib/commit/feb165c980c918bb296fede8c3b21dbb4b85bb56, which is the commit the Lean web editor runs on. Exceptions are:

The updated imports are not minimal, but instead sensible ones that we want people to know. I paid attention to having a single import per snippet.

The update is not to bleeding-edge mathlib, so there's still the risk that people will try running the snippets on their newer mathlib install. However, not much has changed since January, and I haven't personally spotted anything that would need further changes.

Closes #110 Closes #117 Closes #118