Merge pull request #68 from murilogiacometti/patch-2
Fix small typo ("Russel" vs "Russell")
This commit is contained in:
commit
26e1754860
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ and instead we write `_≐_ {A} x y` to provide access to the implicit
|
||||||
parameter `A` which appears on the right-hand side.
|
parameter `A` which appears on the right-hand side.
|
||||||
|
|
||||||
This is our first use of _levels_. We cannot assign `Set` the type
|
This is our first use of _levels_. We cannot assign `Set` the type
|
||||||
`Set`, since this would lead to contradictions such as Russel's
|
`Set`, since this would lead to contradictions such as Russell's
|
||||||
Paradox and Girard's Paradox. Instead, there is a hierarchy of types,
|
Paradox and Girard's Paradox. Instead, there is a hierarchy of types,
|
||||||
where `Set : Set₁`, `Set₁ : Set₂`, and so on. In fact, `Set` itself
|
where `Set : Set₁`, `Set₁ : Set₂`, and so on. In fact, `Set` itself
|
||||||
is just an abbreviation for `Set₀`. Since the equation defining `_≐_`
|
is just an abbreviation for `Set₀`. Since the equation defining `_≐_`
|
||||||
|
|
Loading…
Add table
Reference in a new issue