Fix typo in lists.nix

wip/yesman
Robert Hensing 5 years ago committed by GitHub
parent 194b732bf6
commit a0b743f47c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/lists.nix

@ -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

Loading…
Cancel
Save