doc: fix a typo in ULift's documentation (#8571)
Just a typo. From my understanding (and the specification otherwise) the resulting level is the maximum of `r` and `s` instead of the minimum. No issue opened yet (thus the draft).
This commit is contained in:
parent
bb6d1e000b
commit
c6cad5fcff
1 changed files with 1 additions and 1 deletions
|
|
@ -861,7 +861,7 @@ instance : Inhabited NonemptyType.{u} where
|
|||
Lifts a type to a higher universe level.
|
||||
|
||||
`ULift α` wraps a value of type `α`. Instead of occupying the same universe as `α`, which would be
|
||||
the minimal level, it takes a further level parameter and occupies their minimum. The resulting type
|
||||
the minimal level, it takes a further level parameter and occupies their maximum. The resulting type
|
||||
may occupy any universe that's at least as large as that of `α`.
|
||||
|
||||
The resulting universe of the lifting operator is the first parameter, and may be written explicitly
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue