index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
functional
/
lang
/
eval-okay-foldlStrict.nix
blob: 3b87188d243b46650087e3ec65b999c9938e2ec6 (
plain
)
1
2
3
with
import
./lib.nix
;
builtins
.
foldl'
(
x
:
y
:
x
+
y
)
0
(
range
1
1000
)