about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-fail-outer-value-never-pointer-equal.nix
# For an explanation of this behavior see //tvix/docs/value-pointer-equality.md
let
  x = { foo = throw "foo"; };
in

# while `builtins.seq x null` would succeed, this fails!
x == x