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-legacy-let-fix.nix
blob: 87fcffadee5f2e79549236ae81ac17288d56d6e1 (
plain
) (
tree
)
0532cb617203
^
1
2
3
4
5
6
7
8
9
let
{
a
=
21
;
b
=
body
.
one;
body
=
{
one
=
a
*
2
;
two
=
b;
};
}