lean4-htt/src/Lean/Data/Json
Markus Himmel dda6885eae
refactor: String.foldl and String.isNat go through String.Slice (#11289)
This PR redefines `String.foldl`, `String.isNat` to use their
`String.Slice` counterparts.
2025-11-21 11:17:50 +00:00
..
FromToJson fix: add missing s! in UInt64.fromJson? (#11237) 2025-11-18 10:31:31 +00:00
Basic.lean chore: rename Substring to Substring.Raw (#11154) 2025-11-16 09:30:04 +00:00
Elab.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
FromToJson.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
Parser.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Printer.lean refactor: String.foldl and String.isNat go through String.Slice (#11289) 2025-11-21 11:17:50 +00:00
Stream.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00