fixed import at end of Properties
This commit is contained in:
parent
ee13c1c6ed
commit
67689be194
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ for all naturals `m`, `n`, and `p`.
|
|||
|
||||
Definitions from this chapter can be found in the standard library.
|
||||
\begin{code}
|
||||
import Data.Nat.Properties.Simple using (+-assoc; +-identityʳ; +-suc; +-comm)
|
||||
import Data.Nat.Properties using (+-assoc; +-identityʳ; +-suc; +-comm)
|
||||
\end{code}
|
||||
|
||||
## Unicode
|
||||
|
|
Loading…
Reference in a new issue