File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2082,6 +2082,9 @@ Other minor changes
2082
2082
2083
2083
length-isMagmaHomomorphism : (A : Set a) → IsMagmaHomomorphism (++-rawMagma A) +-rawMagma length
2084
2084
length-isMonoidHomomorphism : (A : Set a) → IsMonoidHomomorphism (++-[]-rawMonoid A) +-0-rawMonoid length
2085
+
2086
+ take-[] : ∀ m → take m [] ≡ []
2087
+ drop-[] : ∀ m → drop m [] ≡ []
2085
2088
```
2086
2089
2087
2090
* Added new patterns and definitions to ` Data.Nat.Base ` :
@@ -2813,12 +2816,6 @@ Other minor changes
2813
2816
foldr-map : foldr f x (map g xs) ≡ foldr (g -⟨ f ∣) x xs
2814
2817
foldl-map : foldl f x (map g xs) ≡ foldl (∣ f ⟩- g) x xs
2815
2818
```
2816
-
2817
- * Added new lemmas in ` Data.List.Propreties ` :
2818
- ```
2819
- take-[] : ∀ m → take m [] ≡ []
2820
- drop-[] : ∀ m → drop m [] ≡ []
2821
- ```
2822
2819
2823
2820
NonZero/Positive/Negative changes
2824
2821
---------------------------------
You can’t perform that action at this time.
0 commit comments