lean4-htt/src
Marc Huisinga e123b327a5
feat: enable auto-implicits in lake math template (#8656)
This PR enables auto-implicits in the Lake math template. This resolves
an issue where new users sometimes set up a new project for math
formalization and then quickly realize that none of the code samples in
our official books and docs that use auto-implicits work in their
projects. With the introduction of [inlay hints for
auto-implicits](https://github.com/leanprover/lean4/pull/6768), we
consider the auto-implicit UX to be sufficiently usable that they can be
enabled by default in the math template.
Notably, this change does not affect Mathlib itself, which will proceed
to disable auto-implicits.

This change was previously discussed with and agreed to by the Mathlib
maintainer team.
2025-06-10 08:08:21 +00:00
..
bin feat: API to avoid deadlocks from dropped promises (#6958) 2025-02-07 15:33:10 +00:00
cmake chore: fix spelling mistakes (#7328) 2025-04-07 01:15:48 +00:00
include/lean feat: optimize lean_nat_shiftr for scalars (#8268) 2025-05-11 01:39:59 +00:00
Init feat: equality in grind linarith (#8697) 2025-06-09 23:39:24 +00:00
initialize
kernel fix: block potential adversarial exploit of non-aborting assert! (#8560) 2025-05-31 03:14:01 +00:00
lake feat: enable auto-implicits in lake math template (#8656) 2025-06-10 08:08:21 +00:00
Lean chore: change grind.warning default to false (#8698) 2025-06-10 03:40:45 +00:00
library fix: make the lcnf expr cache depend on the value of root, not just… (#8156) 2025-04-29 00:37:52 +00:00
runtime fix: IO.FS.removeDirAll should not follow symlinks (#8573) 2025-06-02 08:44:17 +00:00
shell fix: lake: import-related bugs (#8026) 2025-04-19 21:02:38 +00:00
Std chore: cleanup notes about grind in LRAT (#8623) 2025-06-10 03:47:28 +00:00
util feat: lean --setup (#8024) 2025-05-03 23:57:37 +00:00
cadical.mk fix: cadical distribution on Linux (#8201) 2025-05-02 18:25:16 +00:00
CMakeLists.txt chore: build leanc with Lake under USE_LAKE (#8336) 2025-05-16 08:07:34 +00:00
config.h.in perf: use mimalloc by default (#7710) 2025-03-30 22:40:41 +00:00
githash.h.in
Init.lean chore: refine module imports (#8120) 2025-04-27 20:45:31 +00:00
lakefile.toml.in chore: build leanc with Lake under USE_LAKE (#8336) 2025-05-16 08:07:34 +00:00
lean-toolchain
Lean.lean feat: explicit defeq attribute (#8419) 2025-06-06 18:40:06 +00:00
lean.mk.in chore: USE_LAKE: integrate into CMake (#4466) 2025-03-15 08:58:01 +00:00
Leanc.lean
Std.lean chore: test that there are no orphaned modules (#8082) 2025-04-24 11:55:07 +00:00
stdlib.make.in chore: revert "fix LEAN_PATH for building stage2+ Leanc.lean" (#8692) 2025-06-09 08:50:34 +00:00
stdlib_flags.h chore: remove old documentation site (#7974) 2025-05-14 14:31:33 +00:00
version.h.in feat: language reference links and examples in docstrings (#7240) 2025-03-12 09:17:27 +00:00