Files
lix/tests/functional2/lang/builtins.foldl'/in.nix
T
piegames ad5d044b35 tests/functional2/lang: Migrate builtins.foldl'
Change-Id: I244751eee4881794f7a5b810e19e7d19f1257999
2025-11-17 22:10:11 +00:00

4 lines
71 B
Nix

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