Fixed PropertiesAns and RelationsAns
This commit is contained in:
parent
b93d1168be
commit
00b156f6cb
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ permalink : /PropertiesAns
|
|||
---
|
||||
|
||||
\begin{code}
|
||||
open import Naturals using (ℕ; suc; zero; _+_; _*_; _∸_)
|
||||
open import Data.Nat using (ℕ; suc; zero; _+_; _*_; _∸_)
|
||||
open import Properties using (+-assoc; +-comm)
|
||||
open import Relation.Binary.PropositionalEquality using (_≡_; refl; sym)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ permalink : /RelationsAns
|
|||
## Imports
|
||||
|
||||
\begin{code}
|
||||
open import Naturals using (ℕ; zero; suc; _+_; _*_; _∸_)
|
||||
open import Data.Nat using (ℕ; zero; suc; _+_; _*_; _∸_)
|
||||
open import Relations using (_≤_; _<_; Trichotomy; even; odd)
|
||||
open import Properties using (+-comm; +-identity; +-suc)
|
||||
open import Relation.Binary.PropositionalEquality using (_≡_; refl; sym)
|
||||
|
|
Loading…
Reference in a new issue