0
0
Fork 0
forked from lix-project/lix
lix/tests/lang/eval-okay-foldlStrict.nix

4 lines
71 B
Nix
Raw Normal View History

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