depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tvix
/
eval
/
src
/
tests
/
tvix_tests
/
eval-okay-let-sibling-access.nix
blob: 7a65a5b1cc9fe3be2bd88785e592a0b943c0d386 (
plain
) (
blame
)
1
2
3
4
5
let
a
=
1
;
b
=
2
;
c
=
a
+
b;
in
c