Fixed link in Naturals
This commit is contained in:
parent
94b3679339
commit
e849d56fb3
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ specifies operators to support reasoning about equivalence, and adds
|
|||
all the names specified in the `using` clause into the current scope.
|
||||
In this case, the names added are `begin_`, `_≡⟨⟩_`, and `_∎`. We
|
||||
will see how these are used below. We take all these as givens for now,
|
||||
but will see how they are defined in Chapter [Equality]({{ site.baseurl }}{% link out/Equality.md %}).
|
||||
but will see how they are defined in Chapter [Equality](Equality).
|
||||
|
||||
Agda uses underbars to indicate where terms appear in infix or mixfix
|
||||
operators. Thus, `_≡_` and `_≡⟨⟩_` are infix (each operator is written
|
||||
|
|
Loading…
Reference in a new issue