about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-value-pointer-compare.nix
blob: c2ca913af2e47895f7444a5c5b2cad27ea0f0d87 (plain) (blame)
1
2
3
4
5
6
# For an explanation of this behavior see //tvix/docs/value-pointer-equality.md
let
  f = owo: "thia";
in

[ f 42 ] > [ f 21 ]