lean4-htt/src/Init/Data/String
Markus Himmel 196d50156a
fix: logic error in String.Slice.takeWhile (#10868)
This PR fixes a bug in `String.Slice.takeWhile` which caused it to get
its bookkeeping wrong and panic. The new version only uses safe
operations on `String.Slice.Pos`.
2025-10-21 09:52:11 +00:00
..
Pattern fix: logic error in String.Slice.takeWhile (#10868) 2025-10-21 09:52:11 +00:00
Basic.lean fix: logic error in String.Slice.takeWhile (#10868) 2025-10-21 09:52:11 +00:00
Bootstrap.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Decode.lean refactor: move operations on String.Pos.Raw to the String.Pos.Raw namespace (#10735) 2025-10-18 12:12:55 +00:00
Extra.lean refactor: move operations on String.Pos.Raw to the String.Pos.Raw namespace (#10735) 2025-10-18 12:12:55 +00:00
Lemmas.lean chore: reorganize Init imports around strings (#10289) 2025-09-07 17:09:14 +00:00
Pattern.lean feat: new String.Slice API (#10514) 2025-09-25 12:18:52 +00:00
Repr.lean refactor: move operations on String.Pos.Raw to the String.Pos.Raw namespace (#10735) 2025-10-18 12:12:55 +00:00
Slice.lean fix: logic error in String.Slice.takeWhile (#10868) 2025-10-21 09:52:11 +00:00
Stream.lean refactor: move operations on String.Pos.Raw to the String.Pos.Raw namespace (#10735) 2025-10-18 12:12:55 +00:00