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-tail-call-1.nix
blob: a3962ce3fdb5f90a5f6ceb21ce2990d66b9424f8 (
plain
) (
tree
)
92c53fe98256
^
1
2
3
let
f
=
n:
if
n
==
100000
then
n
else
f (n
+
1
);
in
f
0