1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/tests/lang/eval-okay-foldlStrict.nix

4 lines
71 B
Nix
Raw Normal View History

2020-03-02 11:27:48 -05:00
with import ./lib.nix;
builtins.foldl' (x: y: x + y) 0 (range 1 1000)