lean4-htt/src
plp127 cceabbbe7e
fix: quoting single quote Char (''') (#8742)
This PR fixes a bug where the single-quote character `Char.ofNat 39`
would delaborate as `'''`, which causes a parse error if pasted back in
to the source code.

---------

Co-authored-by: Kyle Miller <kmill31415@gmail.com>
2025-06-13 15:29:11 +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 fix: quoting single quote Char (''') (#8742) 2025-06-13 15:29:11 +00:00
initialize
kernel fix: block potential adversarial exploit of non-aborting assert! (#8560) 2025-05-31 03:14:01 +00:00
lake fix: change show tactic to work as documented (#7395) 2025-06-12 23:54:09 +00:00
Lean fix: correctly handle explicit monotonicity proofs in mutual definitions (#8763) 2025-06-13 15:04:13 +00:00
library
runtime fix: resolve symbolic links through IO.FS.realPath on windows (#8534) 2025-06-13 13:16:13 +00:00
shell
Std fix: restrict the IteratorLoop instance on DropWhile, which was accidentally more general (#8703) 2025-06-11 07:35:46 +00:00
util fix: resolve symbolic links through IO.FS.realPath on windows (#8534) 2025-06-13 13:16:13 +00:00
cadical.mk
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
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
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