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-let-identifiers.nix
blob: b6c37c34f949565a49c7b370524809eb725c5ebc (
plain
) (
tree
)
36748fe4f65d
^
1
2
3
4
5
let
a
=
1
;
"b"
=
2
;
${
"c"
}
=
3
;
in
[ a b c ]