lean4-htt/src
Kyle Miller cdc923167e
feat: add the nondep field of Expr.letE to the C++ data model (#8751)
This PR adds the `nondep` field of `Expr.letE` to the C++ data model.
Previously this field has been unused, and in followup PRs the
elaborator will use it to encode `have` expressions (non-dependent
`let`s). The kernel does not verify that `nondep` is correctly applied
during typechecking. The `letE` delaborator now prints `have`s when
`nondep` is true, though `have` still elaborates as `letFun` for now.
Breaking change: `Expr.updateLet!` is renamed to `Expr.updateLetE!`.

This PR also fixes a bug in `Expr.letFun?` and `Expr.letFunAppArgs?`
when the body is not a lambda. In any case, these functions will be
removed once the `Expr.letE (nondep := true)` encoding of `have`
expressions is complete.
2025-06-14 23:10:27 +00:00
..
bin
cmake
include/lean perf: update free_sized declaration to be compatible with glibc (#8661) 2025-06-13 13:13:00 +00:00
Init feat: Rabinowitsch transformation in grind (#8789) 2025-06-14 22:22:40 +00:00
initialize
kernel feat: add the nondep field of Expr.letE to the C++ data model (#8751) 2025-06-14 23:10:27 +00:00
lake fix: change show tactic to work as documented (#7395) 2025-06-12 23:54:09 +00:00
Lean feat: add the nondep field of Expr.letE to the C++ data model (#8751) 2025-06-14 23:10:27 +00:00
library feat: add the nondep field of Expr.letE to the C++ data model (#8751) 2025-06-14 23:10:27 +00:00
runtime fix: resolve symbolic links through IO.FS.realPath on windows (#8534) 2025-06-13 13:16:13 +00:00
shell fix: lake: import-related bugs (#8026) 2025-04-19 21:02:38 +00:00
Std chore: convert ExtDHashMap into a one-field structure (#8770) 2025-06-13 20:22:20 +00:00
util fix: resolve symbolic links through IO.FS.realPath on windows (#8534) 2025-06-13 13:16:13 +00:00
cadical.mk fix: cadical distribution on Linux (#8201) 2025-05-02 18:25:16 +00:00
CMakeLists.txt chore: begin development cycle for v4.22.0 (#8642) 2025-06-10 11:29:41 +00:00
config.h.in
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: pre-stage0 groundwork for error explanations (#8651) 2025-06-11 14:51:44 +00:00
lean.mk.in
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: fix LEAN_PATH for building stage2+ Leanc.lean (#8705) 2025-06-10 17:11:23 +00:00
stdlib_flags.h chore: remove old documentation site (#7974) 2025-05-14 14:31:33 +00:00
version.h.in