doc: RArray is now universe-polymorphic (#8018)
This PR adjusts the RArray docstring to the new reality from #8014.
This commit is contained in:
parent
27a7a0a2bd
commit
e6343497a7
1 changed files with 0 additions and 3 deletions
|
|
@ -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 α
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue