Zulip Chat Archive
Stream: general
Topic: Lean 3.19.0c
Bryan Gin-ge Chen (Aug 27 2020 at 15:48):
It's been almost a month since the last release, so I'm happy to announce Lean 3.19.0c! Thanks to @Yury G. Kudryashov, @Jannis Limperg, @Floris van Doorn, @Shing Tak Lam, @Reid Barton, @Mario Carneiro, @Rob Lewis, @Edward Ayers and @Johan Commelin for their contributions (and @Gabriel Ebner for reviewing and merging all their PRs)!
Features:
- There is a new option
extends_prioritywhich controls the priority of instances produced byextends. It is set to 100 by default. (lean#440) - Add docs for the Lean server API (lean#443)
Bug fixes:
- Fix name generation by
injection_with(lean#430) - Fix bug in
in_current_file(lean#432) - Fix docstring in
introv(lean#434) - Fix parse precedence for
#html(lean#444) - Add
\fland\frtolstlean.tex(lean#448)
Changes:
- Avoid
classical.choiceinlt_of_le_of_ne(lean#428) - Remove usage of the axiom of choice from basic
natandintlemmas, removeprivatefrom internal lemmas aboutintand move thedecidable.*order theorems from mathlib (lean#446) - Change syntax of
guard_hypfromguard_hyp h := ttoguard_hyp h : tand supportguard_hyp h : t := valfor checkingletbindings (lean#445, lean#449) - Make
fina subtype (lean#452)
Mathlib PR: #3955 (draft)
Johan Commelin (Aug 27 2020 at 20:17):
This PR builds locally. There will probably be some simp linter warnings though.
Last updated: May 02 2025 at 03:31 UTC