Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2019-09-06 22:46:05 +02:00
80 changed files with 2426 additions and 1695 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ rec {
/* Strict version of `foldl`.
The difference is that evaluation is forced upon access. Usually used
with small whole results (in contract with lazily-generated list or large
with small whole results (in contrast with lazily-generated list or large
lists where only a part is consumed.)
Type: foldl' :: (b -> a -> b) -> b -> [a] -> b