about summary refs log blame commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-late-binding.nix
blob: 41c4c53ea271de702c6681493e86edaae64bc8d0 (plain) (tree)
1
2
3
4



         
let
  a = b;
  b = 42;
in a