tiny fix to Properties
This commit is contained in:
parent
ea44518e27
commit
b088ee59cf
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ by their name, properties of *inductive datatypes* are proved by
|
|||
|
||||
We require equivalence as in the previous chapter, plus the naturals
|
||||
and some operations upon them. We also import a couple of new operations,
|
||||
`cong` and `_≡⟨_⟩_`, which are explained below.
|
||||
`cong`, `sym`, and `_≡⟨_⟩_`, which are explained below.
|
||||
\begin{code}
|
||||
import Relation.Binary.PropositionalEquality as Eq
|
||||
open Eq using (_≡_; refl; cong; sym)
|
||||
|
|
Loading…
Reference in a new issue