lean4-htt/src
Markus Himmel 0f730662de
refactor: reorganize functions for skipping/dropping prefixes/suffixes of strings (#12988)
This PR introduces the functions `String.Slice.skipPrefix?`,
`String.Slice.Pos.skip?`, `String.Slice.skipPrefixWhile`,
`String.Slice.Pos.skipWhile` and redefines `String.Slice.takeWhile` and
`String.Slice.dropWhile` to use these new functions.
2026-03-19 15:45:53 +00:00
..
bin perf: separate meta and non-meta initializers (#12016) 2026-02-26 08:05:19 +00:00
cmake
include/lean feat: non exponential codegen for reset-reuse (#12665) 2026-02-26 09:35:45 +00:00
Init refactor: reorganize functions for skipping/dropping prefixes/suffixes of strings (#12988) 2026-03-19 15:45:53 +00:00
initialize
kernel perf: fuse fvar substitution into instantiateMVars (#12233) 2026-03-09 17:05:21 +00:00
lake feat: lake: parallel cache artifact transfers (#12974) 2026-03-19 04:03:58 +00:00
Lean chore: disable cbv usage warning (#12986) 2026-03-19 14:12:04 +00:00
library perf: fuse fvar substitution into instantiateMVars (#12233) 2026-03-09 17:05:21 +00:00
runtime fix: windows build for signal handlers (#12955) 2026-03-17 23:02:01 +00:00
shell
Std refactor: rename ForwardPattern.dropPrefix? to ForwardPattern.skipPrefix? (#12984) 2026-03-19 13:05:55 +00:00
util
cadical.mk
CMakeLists.txt fix: use libtool instead of ar for static libs on macOS (#12957) 2026-03-18 12:41:19 +00:00
config.h.in
githash.h.in
Init.lean feat: add cbv_simproc infrastructure for user-extensible cbv simplification procedures (#12597) 2026-03-10 10:59:13 +00:00
lakefile.toml.in chore: consistent build flags between USE_LAKE ON and OFF (#12941) 2026-03-17 11:02:55 +00:00
lean-toolchain chore: relative lean-toolchains (#12652) 2026-02-25 10:23:35 +00:00
Lean.lean
lean.mk.in
Leanc.lean
LeanChecker.lean refactor: remove Lean.Environment.replay from core (#12972) 2026-03-18 22:11:42 +00:00
out
Std.lean
stdlib.make.in chore: consistent build flags between USE_LAKE ON and OFF (#12941) 2026-03-17 11:02:55 +00:00
stdlib_flags.h chore: consistent build flags between USE_LAKE ON and OFF (#12941) 2026-03-17 11:02:55 +00:00
version.h.in