about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-value-pointer-compare.nix
blob: f60d27d38157badd1369325de367a66ff71241c6 (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 ]