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
/
tvix_tests
/
eval-okay-late-binding-closure.nix
blob: dae170b06badcfb57ccfcf54264e919fa0f3d8c2 (
plain
) (
tree
)
68aad6d4cf5c
^
1
2
3
4
let
f
=
n: n
+
a;
a
=
2
;
in
f
40