Compare commits

...

1 Commits

Author SHA1 Message Date
Joachim Breitner
5bbb2329b7 docs: RArray is now universe-polymorphic
This PR adjusts the RArray docstring to the new realty from #8014.
2025-04-18 09:28:20 +02:00

View File

@@ -22,9 +22,6 @@ tree implementing `Nat → α`.
See `RArray.ofFn` and `RArray.ofArray` in module `Lean.Data.RArray` for functions that construct an
`RArray`.
It is not universe-polymorphic. ; smaller proof objects and no complication with the `ToExpr` type
class.
-/
inductive RArray (α : Type u) : Type u where
| leaf : α RArray α