lean4-htt/src/Std/Do
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
..
SPred feat: MPL specs for loops over iterators (#11693) 2025-12-17 09:36:44 +00:00
Triple refactor: move Std.Range to Std.Legacy.Range (#11438) 2025-12-18 02:07:33 +00:00
WP doc: docstring review for Std.Do (#11550) 2025-12-09 09:51:52 +00:00
PostCond.lean feat: MPL specs for loops over iterators (#11693) 2025-12-17 09:36:44 +00:00
PredTrans.lean doc: docstring review for Std.Do (#11550) 2025-12-09 09:51:52 +00:00
SPred.lean doc: docstring review for Std.Do (#11550) 2025-12-09 09:51:52 +00:00
Triple.lean doc: docstring review for Std.Do (#11550) 2025-12-09 09:51:52 +00:00
WP.lean doc: docstring review for Std.Do (#11550) 2025-12-09 09:51:52 +00:00