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.
7 lines
184 B
Text
7 lines
184 B
Text
import Std
|
|
import Lean.Elab.Tactic.Grind.LintExceptions
|
|
|
|
/-! Check remaining Std sub-namespaces: -/
|
|
|
|
#guard_msgs in
|
|
#grind_lint check (min := 20) in Std.Do Std.Legacy.Range Std.Tactic
|