lean4-htt/src/Init/Data/BitVec
Markus Himmel 377f149862
refactor: use String.ofList and String.toList for String <-> List Char conversion (#11017)
This PR establishes `String.ofList` and `String.toList` as the preferred
method for converting between strings and lists of characters and
deprecates the alternatives `String.mk`, `List.asString` and
`String.data`.
2025-10-31 14:41:23 +00:00
..
Basic.lean refactor: use String.ofList and String.toList for String <-> List Char conversion (#11017) 2025-10-31 14:41:23 +00:00
BasicAux.lean chore: move String.utf8EncodeChar to the prelude (#10264) 2025-09-07 12:42:53 +00:00
Bitblast.lean chore: deprecate more duplications (#11004) 2025-10-30 05:58:29 +00:00
Bootstrap.lean perf: shorten critical build path around String.Basic (#10614) 2025-09-29 19:45:21 +00:00
Decidable.lean perf: shorten critical build path around String.Basic (#10614) 2025-09-29 19:45:21 +00:00
Folds.lean chore: add deprecations for duplicated theorems (#10967) 2025-10-29 05:26:16 +00:00
Lemmas.lean chore: deprecate more duplications (#11004) 2025-10-30 05:58:29 +00:00