lean4-htt/src/Lean/PrettyPrinter
Paul Reichert 4e656ea8e9
refactor: move Std.Range to Std.Legacy.Range (#11438)
This PR renames the namespace `Std.Range` to `Std.Legacy.Range`. Instead
of using `Std.Range` and `[a:b]` notation, the new range type `Std.Rco`
and its corresponding `a...b` notation should be used. There are also
other ranges with open/closed/infinite boundary shapes in
`Std.Data.Range.Polymorphic` and the new range notation also works for
`Int`, `Int8`, `UInt8`, `Fin` etc.
2025-12-18 02:07:33 +00:00
..
Delaborator refactor: move Std.Range to Std.Legacy.Range (#11438) 2025-12-18 02:07:33 +00:00
Basic.lean chore: error messages consistency (#10143) 2025-08-26 17:55:43 +00:00
Delaborator.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
Formatter.lean refactor: deprecate String.posOf and variants in favor of unified String.find (#11276) 2025-11-23 18:39:53 +00:00
Parenthesizer.lean chore: rename Substring to Substring.Raw (#11154) 2025-11-16 09:30:04 +00:00