TheoriesAndDataStructures icon indicating copy to clipboard operation
TheoriesAndDataStructures copied to clipboard

The removal of Data.Nat.Properties.Simple in v1.0 of the standard library

Open MatthewDaggitt opened this issue 7 years ago • 1 comments

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:

Helpers/LeqLemmas.agda
Helpers/FinNatLemmas.agda
Helpers/FinEquivPlusTimes.agda
Structures/Experiments/Sidequest/Permutations/PermutationSequences.lagda
Structures/Experiments/Sidequest/Permutations/Vector.lagda
Structures/Experiments/VectorLemmas.agda
Structures/Experiments/Sidequest.lagda
Structures/Experiments/Sidequest/Permutations/SME.lagda

This can be done by replacing open import Data.Nat.Properties.Simple with open import Data.Nat.Properties.

MatthewDaggitt avatar Jan 13 '19 12:01 MatthewDaggitt

Thanks, we'll fix at least the parts outside Experiments that we want to keep!

JacquesCarette avatar Jan 19 '19 15:01 JacquesCarette