Hi, this is a ping that the module Data.Nat.Properties.Simple will be removed in the upcoming release of v1.0 the standard library. The module has been deprecated since v0.14.
If you wish to continue using the latest version of the standard library you will need to update the following files:
Hi, this is a ping that the module
Data.Nat.Properties.Simple
will be removed in the upcoming release of v1.0 the standard library. The module has been deprecated since v0.14.If you wish to continue using the latest version of the standard library you will need to update the following files:
This can be done by replacing
open import Data.Nat.Properties.Simple
withopen import Data.Nat.Properties
.