@@ -62,12 +62,11 @@ namespace Rcc
6262
6363variable  {α : Type  u}
6464
65- -- TODO: Replace the `lit` role with a `module` role? 
6665/-- 
6766Internal function that constructs an iterator for a closed range {lit}`lo...=hi`. 
6867This is an internal function. 
6968Use {name (scope := "Std.Data.Iterators.Producers.Range")}`Rcc.iter` instead, which requires 
70- importing {lit }`Std.Data.Iterators`. 
69+ importing {module -checked }`Std.Data.Iterators`. 
7170-/ 
7271@[always_inline, inline] 
7372def  Internal.iter  [UpwardEnumerable α] (r : Rcc α) : Iter (α := Rxc.Iterator α) α :=
@@ -149,12 +148,11 @@ namespace Rco
149148
150149variable  {α : Type  u}
151150
152- -- TODO: Replace the `lit` role with a `module` role? 
153151/-- 
154152Internal function that constructs an iterator for a closed range {lit}`lo...hi`. 
155153This is an internal function. 
156154Use {name (scope := "Std.Data.Iterators.Producers.Range")}`Rco.iter` instead, which requires 
157- importing {lit }`Std.Data.Iterators`. 
155+ importing {module -checked }`Std.Data.Iterators`. 
158156-/ 
159157@[always_inline, inline] 
160158def  Internal.iter  [UpwardEnumerable α] (r : Rco α) : Iter (α := Rxo.Iterator α) α :=
@@ -236,12 +234,11 @@ namespace Rci
236234
237235variable  {α : Type  u}
238236
239- -- TODO: Replace the `lit` role with a `module` role? 
240237/-- 
241238Internal function that constructs an iterator for a closed range {lit}`lo...*`. 
242239This is an internal function. 
243240Use {name (scope := "Std.Data.Iterators.Producers.Range")}`Rcc.iter` instead, which requires 
244- importing {lit }`Std.Data.Iterators`. 
241+ importing {module -checked }`Std.Data.Iterators`. 
245242-/ 
246243@[always_inline, inline] 
247244def  Internal.iter  [UpwardEnumerable α] (r : Rci α) : Iter (α := Rxi.Iterator α) α :=
@@ -322,12 +319,11 @@ namespace Roc
322319
323320variable  {α : Type  u}
324321
325- -- TODO: Replace the `lit` role with a `module` role? 
326322/-- 
327323Internal function that constructs an iterator for a left-open right-closed range {lit}`lo<...=hi`. 
328324This is an internal function. 
329325Use {name (scope := "Std.Data.Iterators.Producers.Range")}`Roc.iter` instead, which requires 
330- importing {lit }`Std.Data.Iterators`. 
326+ importing {module -checked }`Std.Data.Iterators`. 
331327-/ 
332328@[always_inline, inline] 
333329def  Internal.iter  [UpwardEnumerable α] (r : Roc α) : Iter (α := Rxc.Iterator α) α :=
@@ -402,12 +398,11 @@ namespace Roo
402398
403399variable  {α : Type  u}
404400
405- -- TODO: Replace the `lit` role with a `module` role? 
406401/-- 
407402Internal function that constructs an iterator for an open range {lit}`lo<...hi`. 
408403This is an internal function. 
409404Use {name (scope := "Std.Data.Iterators.Producers.Range")}`Roo.iter` instead, which requires 
410- importing {lit }`Std.Data.Iterators`. 
405+ importing {module -checked }`Std.Data.Iterators`. 
411406-/ 
412407@[always_inline, inline] 
413408def  Internal.iter  [UpwardEnumerable α] (r : Roo α) : Iter (α := Rxo.Iterator α) α :=
@@ -481,12 +476,11 @@ namespace Roi
481476
482477variable  {α : Type  u}
483478
484- -- TODO: Replace the `lit` role with a `module` role? 
485479/-- 
486480Internal function that constructs an iterator for a closed range {lit}`lo<...*`. 
487481This is an internal function. 
488482Use {name (scope := "Std.Data.Iterators.Producers.Range")}`Roi.iter` instead, which requires 
489- importing {lit }`Std.Data.Iterators`. 
483+ importing {module -checked }`Std.Data.Iterators`. 
490484-/ 
491485@[always_inline, inline] 
492486def  Internal.iter  [UpwardEnumerable α] (r : Roi α) : Iter (α := Rxi.Iterator α) α :=
@@ -556,12 +550,11 @@ namespace Ric
556550
557551variable  {α : Type  u}
558552
559- -- TODO: Replace the `lit` role with a `module` role? 
560553/-- 
561554Internal function that constructs an iterator for a left-unbounded right-closed range {lit}`*...=hi`. 
562555This is an internal function. 
563556Use {name (scope := "Std.Data.Iterators.Producers.Range")}`Ric.iter` instead, which requires 
564- importing {lit }`Std.Data.Iterators`. 
557+ importing {module -checked }`Std.Data.Iterators`. 
565558-/ 
566559@[always_inline, inline] 
567560def  Internal.iter  [Least? α] (r : Ric α) : Iter (α := Rxc.Iterator α) α :=
@@ -630,12 +623,11 @@ namespace Rio
630623
631624variable  {α : Type  u}
632625
633- -- TODO: Replace the `lit` role with a `module` role? 
634626/-- 
635627Internal function that constructs an iterator for a left-unbounded right-open range {lit}`*...hi`. 
636628This is an internal function. 
637629Use {name (scope := "Std.Data.Iterators.Producers.Range")}`Rio.iter` instead, which requires 
638- importing {lit }`Std.Data.Iterators`. 
630+ importing {module -checked }`Std.Data.Iterators`. 
639631-/ 
640632@[always_inline, inline] 
641633def  Internal.iter  [UpwardEnumerable α] [Least? α] (r : Rio α) : Iter (α := Rxo.Iterator α) α :=
@@ -703,12 +695,11 @@ namespace Rii
703695
704696variable  {α : Type  u}
705697
706- -- TODO: Replace the `lit` role with a `module` role? 
707698/-- 
708699Internal function that constructs an iterator for the full range {lean}`*...*`. 
709700This is an internal function. 
710701Use {name (scope := "Std.Data.Iterators.Producers.Range")}`Rio.iter` instead, which requires 
711- importing {lit }`Std.Data.Iterators`. 
702+ importing {module -checked }`Std.Data.Iterators`. 
712703-/ 
713704@[always_inline, inline] 
714705def  Internal.iter  [UpwardEnumerable α] [Least? α] (_ : Rii α) : Iter (α := Rxi.Iterator α) α :=
0 commit comments