about summary refs log tree commit diff
path: root/tvix/eval/src/tests/nix_tests/eval-okay-foldlStrict.nix
with import ./lib.nix;

builtins.foldl' (x: y: x + y) 0 (range 1 1000)