part1/Relations: Add _*_ import
For convenience, readers shouldn't worry about importing functions that are required for exercises
This commit is contained in:
parent
aaf5b914b0
commit
bb5ff4cd64
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ the next step is to define relations, such as _less than or equal_.
|
|||
```
|
||||
import Relation.Binary.PropositionalEquality as Eq
|
||||
open Eq using (_≡_; refl; cong)
|
||||
open import Data.Nat using (ℕ; zero; suc; _+_)
|
||||
open import Data.Nat using (ℕ; zero; suc; _+_; _*_)
|
||||
open import Data.Nat.Properties using (+-comm)
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue