diff --git a/CHANGELOG.md b/CHANGELOG.md index c2433a4b1d..905e469c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1007,6 +1007,8 @@ Other minor changes combine-surjective : ∀ x → ∃₂ λ y z → combine y z ≡ x lower₁-injective : lower₁ i n≢i ≡ lower₁ j n≢j → i ≡ j + + i<1+i : i < suc i ``` * Added new functions in `Data.Integer.Base`: @@ -1069,6 +1071,16 @@ Other minor changes ∷ʳ-++ : xs ∷ʳ a ++ ys ≡ xs ++ a ∷ ys ``` +* Added new patterns and definitions to `Data.Nat.Base`: + ```agda + pattern z