agda-stdlib
agda-stdlib copied to clipboard
resolves issue #1800: deprecates ≤-step etc. throughout
Additionally,
- [x] some dependencies lightened (in favour of other lemmas from
Data.Nat.Properties) - [x] made corresponding changes to
<-stepasm<n⇒m<1+n - [x] added pattern synonym
m≤′n⇒m≤′1+nfor≤′-stepby analogy - [x] renamed pattern synonym
<′-baseton<′1+n; corresponding knock-on changes toData.Nat.Properties - [x] renamed pattern synonym
<′-steptom<′n⇒m<′1+n; corresponding knock-on changes toData.Nat.{Properties|Induction} - [x]
Data.Integer.Properties - [x]
Data.Rational.Unnormalised.Properties - [x]
Data.Rational.Properties(actually nothing to change here)
UPDATED: done
OK, good to go now, I think.