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_priority
which 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
\fl
and\fr
tolstlean.tex
(lean#448)
Changes:
- Avoid
classical.choice
inlt_of_le_of_ne
(lean#428) - Remove usage of the axiom of choice from basic
nat
andint
lemmas, removeprivate
from internal lemmas aboutint
and move thedecidable.*
order theorems from mathlib (lean#446) - Change syntax of
guard_hyp
fromguard_hyp h := t
toguard_hyp h : t
and supportguard_hyp h : t := val
for checkinglet
bindings (lean#445, lean#449) - Make
fin
a 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: Dec 20 2023 at 11:08 UTC