lean4-htt/src/Init/Data/String
David Thrane Christiansen 34adc4d941
doc: add missing docstrings (#11364)
This PR adds missing docstrings for constants that occur in the
reference manual.

---------

Co-authored-by: Johannes Tantow <44068763+jt0202@users.noreply.github.com>
2025-11-26 15:00:50 +00:00
..
Lemmas feat: String.Pos.le_find (#11354) 2025-11-25 11:05:58 +00:00
Pattern perf: unbundle needle from char/pred pattern (#11376) 2025-11-26 07:30:29 +00:00
Basic.lean doc: add missing docstrings (#11364) 2025-11-26 15:00:50 +00:00
Bootstrap.lean chore: rename String.ValidPos to String.Pos (#11240) 2025-11-24 16:40:21 +00:00
Decode.lean perf: improve performance of String.ValidPos (#11142) 2025-11-11 15:30:47 +00:00
Defs.lean refactor: rename String.bytes to String.toByteArray (#11343) 2025-11-24 18:59:49 +00:00
Extra.lean chore: rename String.ValidPos to String.Pos (#11240) 2025-11-24 16:40:21 +00:00
Grind.lean feat: grind instances for String.Pos and variants (#11384) 2025-11-26 13:59:01 +00:00
Iterator.lean chore: rename String.ValidPos to String.Pos (#11240) 2025-11-24 16:40:21 +00:00
Legacy.lean refactor: use String.split instead of String.splitOn or String.splitToList (#11250) 2025-11-19 09:35:19 +00:00
Lemmas.lean feat: String.Pos.le_find (#11354) 2025-11-25 11:05:58 +00:00
Modify.lean refactor: rename String.bytes to String.toByteArray (#11343) 2025-11-24 18:59:49 +00:00
Pattern.lean feat: new String.Slice API (#10514) 2025-09-25 12:18:52 +00:00
PosRaw.lean refactor: rename String.bytes to String.toByteArray (#11343) 2025-11-24 18:59:49 +00:00
Search.lean feat: move String positions between slices (#11380) 2025-11-26 11:48:59 +00:00
Slice.lean feat: String.Slice.toInt? (#11358) 2025-11-25 15:48:41 +00:00
Stream.lean chore: rename Substring to Substring.Raw (#11154) 2025-11-16 09:30:04 +00:00
Substring.lean refactor: String functions foldr, all, any, contains to go trough String.Slice (#11357) 2025-11-25 15:42:43 +00:00
TakeDrop.lean feat: string patterns for decidable predicates on Char (#11285) 2025-11-20 15:30:37 +00:00
Termination.lean chore: rename String.ValidPos to String.Pos (#11240) 2025-11-24 16:40:21 +00:00
ToSlice.lean refactor: redefine String.replace (#10986) 2025-10-29 07:48:33 +00:00