fixed typo
This commit is contained in:
parent
a664d66bd5
commit
aefc56cd03
1 changed files with 1 additions and 2 deletions
|
@ -259,8 +259,7 @@ opens that module, that is, adds all the names specified in the
|
||||||
`using` clause into the current scope. In this case the names added
|
`using` clause into the current scope. In this case the names added
|
||||||
are `_≡_`, the equivalence operator, and `refl`, the name for evidence
|
are `_≡_`, the equivalence operator, and `refl`, the name for evidence
|
||||||
that two terms are equal. The third line takes a record that
|
that two terms are equal. The third line takes a record that
|
||||||
specifies operators to support reasoning about equivalence,
|
specifies operators to support reasoning about equivalence, and adds
|
||||||
dds
|
|
||||||
all the names specified in the `using` clause into the current scope.
|
all the names specified in the `using` clause into the current scope.
|
||||||
In this case, the names added are `begin_`, `_≡⟨⟩_`, and `_∎`. We
|
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,
|
will see how these are used below. We take all these as givens for now,
|
||||||
|
|
Loading…
Reference in a new issue