Equality chapter: removes a redundant verb
This commit is contained in:
parent
1941aab79d
commit
434b8f5be5
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ even-comm : ∀ (m n : ℕ)
|
|||
even-comm m n ev rewrite +-comm n m = ev
|
||||
\end{code}
|
||||
Here `ev` ranges over evidence that `even (m + n)` holds, and we show
|
||||
that it is also provides evidence that `even (n + m)` holds. In
|
||||
that it also provides evidence that `even (n + m)` holds. In
|
||||
general, the keyword `rewrite` is followed by evidence of an
|
||||
equality, and that equality is used to rewrite the type of the
|
||||
goal and of any variable in scope.
|
||||
|
|
Loading…
Reference in a new issue