lean4-htt/src
Joachim Breitner 2fed93462d
feat: try? to use fun_induction (#7082)
This PR makes `try?` use `fun_induction` instead of `induction … using
foo.induct`. It uses the argument-free short-hand `fun_induction foo` if
that is unambiguous. Avoids `expose_names` if not necessary by simply
trying without first.
2025-02-18 16:06:58 +00:00
..
bin feat: API to avoid deadlocks from dropped promises (#6958) 2025-02-07 15:33:10 +00:00
cmake fix: Windows stage0 linking (#6622) 2025-01-14 09:09:50 +01:00
include/lean feat: IntX.abs (#7131) 2025-02-18 13:16:30 +00:00
Init chore: review uses of generalize (#7126) 2025-02-18 14:07:40 +00:00
initialize fix: explicitly initialize Std in lean_initialize (#4668) 2024-07-06 13:17:30 +00:00
kernel feat: split Lean.Kernel.Environment from Lean.Environment (#5145) 2025-01-18 18:42:57 +00:00
lake feat: lake: support plugins (#7001) 2025-02-14 04:57:31 +00:00
Lean feat: try? to use fun_induction (#7082) 2025-02-18 16:06:58 +00:00
library chore: trivial changes from async-proofs branch (#7028) 2025-02-10 16:44:05 +00:00
runtime fix: race condition led to (sync := true) tasks being spawned as separate dedicated tasks (#7089) 2025-02-17 09:52:40 +00:00
shell chore: avoid rebuilding leanmanifest in each build (#5057) 2024-08-15 14:55:36 +00:00
Std chore: review uses of generalize (#7126) 2025-02-18 14:07:40 +00:00
util chore: Task.get block profiling (#7016) 2025-02-10 10:56:49 +00:00
cadical.mk feat: ship cadical (#4325) 2024-08-23 09:13:27 +00:00
CMakeLists.txt chore: begin development cycle for v4.18.0 (#6943) 2025-02-04 05:47:20 +00:00
config.h.in
githash.h.in
Init.lean feat: binderNameHint (#6947) 2025-02-06 11:03:27 +00:00
lakefile.toml.in feat: introduce Std (#4499) 2024-06-21 07:08:45 +00:00
lean-toolchain doc: VS Code dev setup (#2961) 2023-11-30 08:35:03 +00:00
Lean.lean feat: premise selection API (#7061) 2025-02-14 04:08:18 +00:00
lean.mk.in chore: trivial changes from async-proofs branch (#7028) 2025-02-10 16:44:05 +00:00
Leanc.lean feat: expose flags for the bundled C compiler (#4477) 2024-06-22 01:23:33 +00:00
Std.lean feat: Std.Net.Addr (#6563) 2025-01-09 09:33:03 +00:00
stdlib.make.in chore: build Lean with Elab.async (#6989) 2025-02-10 18:16:20 +00:00
stdlib_flags.h feat: add debug.proofAsSorry (#6300) 2024-12-03 23:21:38 +00:00
version.h.in chore: tag prerelease builds with -pre (#5943) 2024-11-06 14:47:52 +00:00