depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
tvix
/
eval
/
src
/
tests
/
nix_tests
/
eval-okay-foldlStrict.nix
blob: 3b87188d243b46650087e3ec65b999c9938e2ec6 (
plain
) (
tree
)
8e188d623591
^
1
2
3
with
import
./lib.nix
;
builtins
.
foldl' (x: y: x
+
y)
0
(range
1 1000
)