lean4-htt/src
Rob23oba 5df7770977
feat: consider universes and projections in addPPExplicitToExposeDiff (#8271)
This PR changes `addPPExplicitToExposeDiff` to show universe differences
and to visit into projections, e.g.:
```
error: tactic 'rfl' failed, the left-hand side
  (Test.mk (∀ (x : PUnit.{1}), True)).1
is not definitionally equal to the right-hand side
  (Test.mk (∀ (x : PUnit.{2}), True)).1
```
for
```lean
inductive Test where
  | mk (x : Prop)

example : (Test.mk (∀ _ : PUnit.{1}, True)).1 = (Test.mk (∀ _ : PUnit.{2}, True)).1 := by
  rfl
```
2025-05-09 15:07:50 +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: optimized division without remainder for Int and Nat (#8089) 2025-04-29 07:23:35 +00:00
Init feat: guard_msgs to treat trace messages separate (#8267) 2025-05-09 05:44:34 +00:00
initialize
kernel fix: reducing Nat.pow, kernel interprets constant as Nat literal (#8060) 2025-04-23 13:55:20 +00:00
lake feat: lean --setup (#8024) 2025-05-03 23:57:37 +00:00
Lean feat: consider universes and projections in addPPExplicitToExposeDiff (#8271) 2025-05-09 15:07:50 +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: include libuv outside of namespace (#8166) 2025-04-29 22:19:17 +00:00
shell fix: lake: import-related bugs (#8026) 2025-04-19 21:02:38 +00:00
Std chore: post-stage0 fixes for #8171 (#8250) 2025-05-06 17:10:45 +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 fix: extern_lib and precompileModules on macOS (#8236) 2025-05-05 14:59:50 +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: lake: bootstrap Lean include directory (#7967) 2025-04-15 23:15:53 +00:00
lean-toolchain
Lean.lean refactor: split Lean.EnvironmentExtension from Lean.Environment (#7794) 2025-04-02 16:19:12 +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: remove lakefile copy in root and tests/ (#8054) 2025-04-22 16:03:12 +00:00
stdlib_flags.h fix: restore what simp theorems are recorded as rfl (#8114) 2025-04-26 16:09:20 +00:00
version.h.in feat: language reference links and examples in docstrings (#7240) 2025-03-12 09:17:27 +00:00