about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-value-pointer-compare.nix
# For an explanation of this behavior see //tvix/docs/value-pointer-equality.md
let
  f = owo: "thia";
in

[ f 42 ] > [ f 21 ]