1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/tests/lang/eval-okay-foldlStrict.nix
2020-03-04 11:43:48 +01:00

4 lines
71 B
Nix

with import ./lib.nix;
builtins.foldl' (x: y: x + y) 0 (range 1 1000)