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-legacy-let.nix
blob: 850e0252c2b63fd1d1c9528a828fe81b639e5ec9 (
plain
) (
blame
)
1
2
3
4
let
{
a
=
21
;
body
=
a
*
2
;
}