about summary refs log tree commit diff
path: root/tvix/eval/src/tests/nix_tests/eval-okay-foldlStrict.nix
blob: 3b87188d243b46650087e3ec65b999c9938e2ec6 (plain) (blame)
1
2
3
with import ./lib.nix;

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